第22900题 判断
执行如下C++代码后将输出2500,判断该说法是否正确
int cnt = 0;
for (int i = 1; i < 100; i++)
    cnt += i++;
cout << cnt;
A

正确

B

错误

程序运行统计
暂无判题统计