Reading Integers until End of file: int a[110]; for(i = 0; scanf("%d", &a[i])!=EOF; i++);. Because scanf will return the total number of input successfully ...
確定! 回上一頁