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