/ 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);
                           ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:313:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    printf("%I64d\n",Ans);
                        ^
# 状态 耗时 内存占用
#1 Accepted 956ms 6.59 MiB

信息

递交者
类型
递交
题目
test
语言
C++
递交时间
2017-05-05 15:51:54
评测时间
2017-05-05 15:52:46
评测机
分数
100
总耗时
956ms
峰值内存
6.59 MiB