/ Vijos /

记录详情

Memory Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:85:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(ll<=0)ll=1;if(rr>m)rr=m;
    ^~
/in/foo.cc:85: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:68:14: warning: 'ans2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ans1+ans2;
              ^~~~
/in/foo.cc:68:14: warning: 'ans1' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Wrong Answer 12ms 38.25 MiB
#2 Memory Exceeded ≥660ms ≥256.0 MiB
#3 Wrong Answer 15ms 3.5 MiB
#4 Memory Exceeded ≥1161ms ≥256.0 MiB
#5 Memory Exceeded ≥1427ms ≥256.0 MiB
#6 Memory Exceeded ≥5129ms ≥256.0 MiB

信息

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