/ Vijos /

记录详情

Runtime Error

/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 5ms 2.516 MiB
#2 Accepted 109ms 32.223 MiB
#3 Wrong Answer 8ms 4.848 MiB
#4 Runtime Error 16ms 28.344 MiB
#5 Runtime Error 19ms 28.34 MiB
#6 Runtime Error 22ms 28.344 MiB

信息

递交者
类型
递交
题目
P1528 圆和点
语言
C++
递交时间
2017-11-08 00:09:49
评测时间
2017-11-08 00:09:49
评测机
分数
25
总耗时
182ms
峰值内存
32.223 MiB