/ Vijos /

记录详情

Runtime Error

/in/foo.cc:1:0: warning: ignoring #pragma G  [-Wunknown-pragmas]
 #pragma G++ optimize (2)
 
/in/foo.cc: In function 'bool check(int)':
/in/foo.cc:43:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
         while (b[p]-b[now]<=x+1 && p<=cnt) p++; p--;
         ^~~~~
/in/foo.cc:43:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
         while (b[p]-b[now]<=x+1 && p<=cnt) p++; p--;
                                                 ^
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 372.0 KiB
#2 Accepted 4ms 476.0 KiB
#3 Wrong Answer 4ms 500.0 KiB
#4 Wrong Answer 4ms 640.0 KiB
#5 Accepted 4ms 768.0 KiB
#6 Accepted 11ms 1.461 MiB
#7 Accepted 28ms 3.609 MiB
#8 Runtime Error 73ms 4.25 MiB
#9 Runtime Error 69ms 4.246 MiB
#10 Wrong Answer 3ms 376.0 KiB

信息

递交者
类型
递交
题目
P1475 飞船控制站(csapc)
语言
C++
递交时间
2018-10-13 10:48:50
评测时间
2018-10-13 10:48:50
评测机
分数
40
总耗时
208ms
峰值内存
4.25 MiB