/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'mat cf(mat, mat)':
/in/foo.cc:18:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=n;i++)
     ^~~
/in/foo.cc:26: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:51:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for(int i=1;i<=12;i++)
    ^~~
/in/foo.cc:57:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
     mat ans;
     ^~~
# 状态 耗时 内存占用
#1 Accepted 9ms 5.871 MiB
#2 Wrong Answer 63ms 6.352 MiB
#3 Accepted 9ms 6.25 MiB
#4 Wrong Answer 20ms 4.348 MiB
#5 Wrong Answer 38ms 6.344 MiB
#6 Accepted 8ms 5.492 MiB
#7 Wrong Answer 35ms 4.375 MiB
#8 Wrong Answer 56ms 8.102 MiB
#9 Wrong Answer 62ms 5.234 MiB
#10 Wrong Answer 55ms 5.113 MiB

信息

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