单选题 难度 1
高斯小时候算过的那道题。
下面代码的输出是( )。 int s = 0; for (int i = 1; i <= 100; i++) s += i; cout << s << endl;