/ SUOI /

记录详情

Runtime Error

/in/foo.cc: In function 'void pushdown(int)':
/in/foo.cc:30:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(!rev[p]) return;rev[p]=0;swap(c[p][0],c[p][1]);
  ^~
/in/foo.cc:30:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(!rev[p]) return;rev[p]=0;swap(c[p][0],c[p][1]);
                     ^~~
/in/foo.cc: In function 'void splay(int)':
/in/foo.cc:46:8: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
    if(x==c[y][1]^y==c[z][1]) rotate(x);
       ~^~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:72:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(!op) continue;qq[++owo].x=x;qq[owo].y=y;
   ^~
/in/foo.cc:72:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(!op) continue;qq[++owo].x=x;qq[owo].y=y;
                    ^~
# 状态 耗时 内存占用
#1 Runtime Error 30ms 17.125 MiB
#2 Time Exceeded ≥3003ms ≥10.375 MiB
#3 Accepted 25ms 12.336 MiB
#4 Runtime Error 38ms 16.703 MiB
#5 Time Exceeded ≥3004ms ≥10.328 MiB
#6 Time Exceeded ≥3008ms ≥10.465 MiB
#7 Runtime Error 259ms 28.082 MiB
#8 Runtime Error 197ms 30.25 MiB
#9 Runtime Error 187ms 30.324 MiB
#10 Runtime Error 158ms 30.082 MiB

信息

递交者
类型
递交
题目
#33 诡异的交通
语言
C++
递交时间
2018-03-21 22:58:59
评测时间
2018-03-21 22:58:59
评测机
分数
10
总耗时
9914ms
峰值内存
30.324 MiB