/ sqc233 /

记录详情

Wrong Answer

/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 Wrong Answer 128ms 1.195 MiB
#2 Accepted 4407ms 7.125 MiB
#3 Accepted 1289ms 5.598 MiB
#4 Wrong Answer 342ms 9.25 MiB
#5 Wrong Answer 3545ms 4.258 MiB

信息

递交者
类型
递交
题目
test
语言
C++
递交时间
2017-05-05 16:38:10
评测时间
2017-05-05 16:40:03
评测机
分数
50
总耗时
9713ms
峰值内存
9.25 MiB