/ SUOI /

记录详情

Accepted

/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 Accepted 5ms 12.34 MiB
#2 Accepted 4ms 10.367 MiB
#3 Accepted 10ms 12.34 MiB
#4 Accepted 10ms 12.371 MiB
#5 Accepted 8ms 12.328 MiB
#6 Accepted 10ms 10.488 MiB
#7 Accepted 307ms 30.367 MiB
#8 Accepted 256ms 28.082 MiB
#9 Accepted 362ms 28.25 MiB
#10 Accepted 278ms 30.25 MiB

信息

递交者
类型
递交
题目
#33 诡异的交通
语言
C++
递交时间
2018-03-21 23:04:33
评测时间
2018-03-21 23:04:33
评测机
分数
100
总耗时
1255ms
峰值内存
30.367 MiB