记录详情

Runtime Error

/in/foo.cc: In function 'void add_(int, int, int, int, int)':
/in/foo.cc:34:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if(map[x][i]=='P'&&!v[x][i][k]||v[x][i][k]>=bu)
       ~~~~~~~~~~~~~~^~~~~~~~~~~~~
/in/foo.cc:40:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if(map[i][y]=='P'&&!v[i][y][k]||v[i][y][k]>=bu)
       ~~~~~~~~~~~~~~^~~~~~~~~~~~~
/in/foo.cc:47:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if(map[x][i]=='P'&&!v[x][i][k]||v[x][i][k]>=bu)
       ~~~~~~~~~~~~~~^~~~~~~~~~~~~
/in/foo.cc:54:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if(map[i][y]=='P'&&!v[i][y][k]||v[i][y][k]>=bu)
       ~~~~~~~~~~~~~~^~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:65:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=m;i++)
  ^~~
/in/foo.cc:68:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    if(map[m][n]=='L'){cout<<"impossible"<<endl;return 0;}
    ^~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1004ms ≥157.098 MiB
#2 Runtime Error 471ms 144.387 MiB
#3 Wrong Answer 67ms 54.473 MiB
#4 Accepted 12ms 1.117 MiB
#5 Wrong Answer 150ms 154.246 MiB
#6 Wrong Answer 141ms 85.449 MiB
#7 Runtime Error 559ms 157.25 MiB
#8 Wrong Answer 247ms 156.492 MiB
#9 Runtime Error 143ms 83.109 MiB
#10 Runtime Error 196ms 26.617 MiB

信息

递交者
类型
递交
题目
飞越原野
语言
C++
递交时间
2018-10-21 00:57:10
评测时间
2018-10-21 18:04:39
评测机
分数
10
总耗时
2994ms
峰值内存
157.25 MiB