/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:84:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(ll<=0)ll=1;if(rr>m)rr=m;
    ^~
/in/foo.cc:84:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(ll<=0)ll=1;if(rr>m)rr=m;
                  ^~
/in/foo.cc: In function 'int query2(int, int, int, int)':
/in/foo.cc:67:14: warning: 'ans2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ans1+ans2;
              ^~~~
/in/foo.cc:67:14: warning: 'ans1' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Wrong Answer 5ms 4.465 MiB
#2 Runtime Error 19ms 15.594 MiB
#3 Wrong Answer 7ms 3.5 MiB
#4 Runtime Error 136ms 15.5 MiB
#5 Runtime Error 156ms 15.449 MiB
#6 Runtime Error 123ms 15.59 MiB

信息

递交者
类型
递交
题目
P1528 圆和点
语言
C++
递交时间
2018-09-07 20:48:21
评测时间
2018-09-07 20:48:21
评测机
分数
0
总耗时
449ms
峰值内存
15.594 MiB