int S = 0; for (int i = 1; i <= 100; i++) { S = S + i; } printf("%d\n",S);. 注意: 1)對於已經確定是累加演算法的題目,首先確定累加項與迴圈變數的 ...
確定! 回上一頁