看板 C_and_CPP 關於我們 聯絡資訊
( *[1m *[m 為色碼,可以按 Ctrl+V 預覽會顯示的顏色 ) ( 未必需要依照此格式,文章條理清楚即可 ) 題號: 591 http://tinyurl.com/yde5e7k 遇到的問題: 上傳zj AC 不知為啥在這wa xd 有問題的code: (請善用置底文的標色功能) #include<stdio.h> int n,i,c=0; int main() { while(scanf("%d",&n)) { if(!n)break; c++; int store[50]={0},sum=0,ans=0; for(i=0;i<n;i++) { scanf("%d",store+i); sum+=store[i]; } sum/=n; for(i=0;i<n;i++) if(store[i]>sum)ans+=(store[i]-sum); printf("Set #%d\nThe minimum number of moves is %d.\n",c,ans); } return 0; } 補充說明: -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.114.226 ※ 編輯: tw00088437 來自: 140.112.114.226 (12/30 16:02)
DJWS:因為題目說 Output a blank line after each set. 12/30 18:03
tw00088437:囧RZ 我眼洞 抱歉 感謝大大提醒 12/30 19:43