/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'mat cf(mat, mat)':
/in/foo.cc:22:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=n;i++)
     ^~~
/in/foo.cc:30:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
         return ans;
         ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:55:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for(int i=1;i<=12;i++)
    ^~~
/in/foo.cc:61:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
     mat ans;
     ^~~
# 状态 耗时 内存占用
#1 Accepted 6ms 1.875 MiB
#2 Wrong Answer 68ms 5.496 MiB
#3 Accepted 7ms 4.355 MiB
#4 Wrong Answer 20ms 4.363 MiB
#5 Wrong Answer 38ms 4.0 MiB
#6 Accepted 8ms 4.215 MiB
#7 Wrong Answer 36ms 3.98 MiB
#8 Wrong Answer 56ms 2.238 MiB
#9 Wrong Answer 63ms 4.109 MiB
#10 Wrong Answer 56ms 2.219 MiB

信息

递交者
类型
递交
题目
Swamp 沼泽鳄鱼
语言
C++
递交时间
2017-10-14 19:38:41
评测时间
2017-10-14 19:38:41
评测机
分数
30
总耗时
362ms
峰值内存
5.496 MiB