第19949题 判断
判断给定的C++代码执行后是否输出0
Sum = 0;
for (int i = -500; i < 500; i++)
    Sum += i;
cout << Sum;
A

正确

B

错误

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