/ Vijos /

记录详情

Memory Exceeded

/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 17ms 38.352 MiB
#2 Memory Exceeded ≥974ms ≥256.0 MiB
#3 Wrong Answer 6ms 4.609 MiB
#4 Memory Exceeded ≥1526ms ≥256.0 MiB
#5 Memory Exceeded ≥1589ms ≥256.0 MiB
#6 Memory Exceeded ≥5437ms ≥256.0 MiB

信息

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