/ Vijos /

记录详情

Wrong Answer

/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:42:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
         while (b[p]-b[now]<=x+1 && p<=cnt) p++; p--;
         ^~~~~
/in/foo.cc:42: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 2ms 504.0 KiB
#2 Accepted 3ms 500.0 KiB
#3 Wrong Answer 3ms 620.0 KiB
#4 Wrong Answer 7ms 2.602 MiB
#5 Accepted 3ms 876.0 KiB
#6 Accepted 17ms 3.75 MiB
#7 Accepted 38ms 5.875 MiB
#8 Accepted 112ms 9.52 MiB
#9 Accepted 127ms 8.082 MiB
#10 Wrong Answer 4ms 484.0 KiB

信息

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