记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i=1;i<=n+1;i++)s=i*s,t=t*mew,mew--;cout<<t/s;
   ^~~
/in/foo.cc:10:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for(int i=1;i<=n+1;i++)s=i*s,t=t*mew,mew--;cout<<t/s;
                                              ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 188.0 KiB
#2 Accepted 1ms 188.0 KiB
#3 Wrong Answer 1ms 204.0 KiB
#4 Wrong Answer 1ms 188.0 KiB
#5 Wrong Answer 2ms 184.0 KiB
#6 Wrong Answer 1ms 204.0 KiB
#7 Wrong Answer 1ms 188.0 KiB
#8 Runtime Error 1ms 188.0 KiB
#9 Runtime Error 1ms 204.0 KiB
#10 Runtime Error 2ms 188.0 KiB

信息

递交者
类型
递交
题目
小 H 的任务
题目数据
下载
语言
C++
递交时间
2018-11-05 20:08:09
评测时间
2018-11-05 20:08:09
评测机
分数
20
总耗时
18ms
峰值内存
204.0 KiB