/ sqc233 /

记录详情

Accepted

/in/foo.cc: In function 'void query(int)':
/in/foo.cc:228:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(dl<Ans)query(t[x].l);if(dr<Ans)query(t[x].r);
   ^~
/in/foo.cc:228:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(dl<Ans)query(t[x].l);if(dr<Ans)query(t[x].r);
                           ^~
/in/foo.cc:232:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(dr<Ans)query(t[x].r);if(dl<Ans)query(t[x].l);
   ^~
/in/foo.cc:232:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(dr<Ans)query(t[x].r);if(dl<Ans)query(t[x].l);
                           ^~
# 状态 耗时 内存占用
#1 Accepted 151ms 1.125 MiB
#2 Accepted 4573ms 7.875 MiB
#3 Accepted 1289ms 6.25 MiB
#4 Accepted 356ms 10.25 MiB
#5 Accepted 3550ms 5.25 MiB

信息

递交者
类型
递交
题目
test
语言
C++
递交时间
2017-05-05 16:40:59
评测时间
2017-05-05 16:41:09
评测机
分数
100
总耗时
9921ms
峰值内存
10.25 MiB