记录详情

Accepted

/in/foo.cc: In function 'bool pan(int)':
/in/foo.cc:17:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(vis[x][y]||!x||!y||x>n||y>m)continue;vis[x][y]=1;
   ^~
/in/foo.cc:17:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(vis[x][y]||!x||!y||x>n||y>m)continue;vis[x][y]=1;
                                           ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:35:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(vis[x][y]||!x||!y||x>n||y>m)continue;vis[x][y]=1;
   ^~
/in/foo.cc:35:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(vis[x][y]||!x||!y||x>n||y>m)continue;vis[x][y]=1;
                                           ^~~
# 状态 耗时 内存占用
#1 Accepted 5ms 11.832 MiB
#2 Accepted 6ms 11.73 MiB
#3 Accepted 5ms 11.852 MiB
#4 Accepted 5ms 11.773 MiB
#5 Accepted 5ms 11.852 MiB
#6 Accepted 5ms 11.793 MiB
#7 Accepted 6ms 11.789 MiB
#8 Accepted 6ms 11.746 MiB
#9 Accepted 7ms 11.75 MiB
#10 Accepted 7ms 11.859 MiB
#11 Accepted 5ms 11.855 MiB
#12 Accepted 6ms 11.863 MiB
#13 Accepted 7ms 11.855 MiB
#14 Accepted 14ms 11.852 MiB
#15 Accepted 40ms 11.77 MiB
#16 Accepted 15ms 11.844 MiB
#17 Accepted 269ms 11.949 MiB
#18 Accepted 212ms 12.266 MiB
#19 Accepted 180ms 13.379 MiB
#20 Accepted 175ms 12.66 MiB

信息

递交者
类型
递交
题目
大逃亡 escape
语言
C++
递交时间
2019-07-15 16:17:49
评测时间
2019-07-15 16:17:49
评测机
分数
100
总耗时
991ms
峰值内存
13.379 MiB