/ Vijos /

记录详情

Memory Exceeded

/in/foo.cc: In function 'void search(int, int, int)':
/in/foo.cc:51:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(t[lc]==t[1])
    ^~
/in/foo.cc:53:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(t[rc]==t[1])
     ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:68:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (endy2>m)endy2=m; 
     ^~
/in/foo.cc:69:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
       for(int j=endx2;j<=endx1;j++)
       ^~~
# 状态 耗时 内存占用
#1 Accepted 6ms 4.398 MiB
#2 Accepted 123ms 32.25 MiB
#3 Wrong Answer 7ms 2.848 MiB
#4 Memory Exceeded ≥5029ms ≥256.0 MiB
#5 Memory Exceeded ≥5021ms ≥256.0 MiB
#6 Memory Exceeded ≥5013ms ≥256.0 MiB

信息

递交者
类型
递交
题目
P1528 圆和点
语言
C++
递交时间
2017-11-07 23:22:50
评测时间
2017-11-07 23:22:50
评测机
分数
25
总耗时
≥15201ms
峰值内存
≥256.0 MiB