/ TYWZ /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:56:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int k=0;k<=n;++k)
     ^~~
/in/foo.cc:59:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int k=1;k<=n;++k)
  ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 336.0 KiB
#2 Accepted 1ms 340.0 KiB
#3 Accepted 1ms 220.0 KiB
#4 Accepted 1ms 344.0 KiB
#5 Accepted 13ms 4.34 MiB
#6 Accepted 14ms 4.562 MiB
#7 Accepted 14ms 4.148 MiB
#8 Wrong Answer 848ms 4.555 MiB
#9 Wrong Answer 706ms 4.078 MiB
#10 Wrong Answer 755ms 4.328 MiB

信息

递交者
类型
递交
比赛
2019年6月15日高一(第二学期)模拟测试(九)
语言
C++
递交时间
2019-06-15 10:57:42
评测时间
2019-06-15 10:57:42
评测机
分数
70
总耗时
2358ms
峰值内存
4.562 MiB