Problem G: 多個數的平均值之二

  核心:  EOF 的使用   while(scanf("%d",&a)!=EOF){ }   實現功能:  不斷接受輸入,我在{}裏面實現了累加 想結果得到實現,需要在接受數據後敲擊回車後,在敲擊Ctrl+Z     代碼: #include <stdio.h> #include <stdlib.h> int main() {     int a,sum=0,i=0;     while(sc
相關文章
相關標籤/搜索