第19470题 单选题
执行给定的C++程序后,输出结果是什么?
int n = 5, s = 1;
for (; n = 0; n--)
    s *= n;
cout << s << endl;
A

1

B

0

C

120

D

无法确定

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