第19811题 判断
判断下列C++代码是否会输出5次Hello
for (int i = 0; i < 5; i++);{    cout << "Hello" << endl;}
A

正确

B

错误

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析