/ new_bzoj /

记录详情

Accepted

/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:49:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for(int i=1;i<=12;i++)
    ^~~
/in/foo.cc:55:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
     mat ans;
     ^~~
# 状态 耗时 内存占用
#1 Accepted 7ms 7.211 MiB
#2 Accepted 67ms 9.355 MiB
#3 Accepted 8ms 8.125 MiB
#4 Accepted 22ms 6.836 MiB
#5 Accepted 41ms 8.965 MiB
#6 Accepted 7ms 5.23 MiB
#7 Accepted 38ms 10.609 MiB
#8 Accepted 57ms 8.715 MiB
#9 Accepted 63ms 10.617 MiB
#10 Accepted 56ms 9.121 MiB

信息

递交者
类型
递交
题目
Swamp 沼泽鳄鱼
语言
C++
递交时间
2017-10-14 19:50:05
评测时间
2017-10-14 19:50:05
评测机
分数
100
总耗时
371ms
峰值内存
10.617 MiB