/ CWOI /

记录详情

Wrong Answer

/in/foo.cc: In function 'void bfs(int, int)':
/in/foo.cc:48:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(flag1==1)flag1=0;s[x][y]++;
     ^~
/in/foo.cc:48:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(flag1==1)flag1=0;s[x][y]++;
                         ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 2.25 MiB
#2 Accepted 3ms 2.348 MiB
#3 Accepted 3ms 2.25 MiB
#4 Accepted 89ms 4.5 MiB
#5 Accepted 58ms 4.375 MiB
#6 Accepted 67ms 4.625 MiB
#7 Accepted 69ms 4.191 MiB
#8 Accepted 68ms 4.625 MiB
#9 Accepted 60ms 2.402 MiB
#10 Accepted 82ms 5.25 MiB

信息

递交者
类型
递交
题目
2017.07.02 P1 安排座位
语言
C++
递交时间
2017-07-14 07:42:42
评测时间
2017-07-14 07:42:42
评测机
分数
90
总耗时
506ms
峰值内存
5.25 MiB