记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (int j = 0; j < n; j++)
   ^~~
/in/foo.cc:46:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    cout << endl;
    ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 208.0 KiB
#2 Wrong Answer 1ms 212.0 KiB
#3 Wrong Answer 110ms 4.398 MiB
#4 Wrong Answer 113ms 4.617 MiB
#5 Wrong Answer 120ms 4.863 MiB
#6 Wrong Answer 124ms 5.062 MiB
#7 Wrong Answer 128ms 5.133 MiB
#8 Wrong Answer 149ms 5.887 MiB
#9 Wrong Answer 177ms 7.055 MiB
#10 Wrong Answer 197ms 7.664 MiB

信息

递交者
类型
递交
题目
(ty 1-6) 最大草场
语言
C++
递交时间
2019-01-20 23:30:38
评测时间
2019-01-20 23:30:38
评测机
分数
0
总耗时
1125ms
峰值内存
7.664 MiB