Wrong Answer
foo.cc: In function 'int main()':
foo.cc:19:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(read(a[++n]));n--;
     ^~~~~
foo.cc:19:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
     while(read(a[++n]));n--;
                         ^
  自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1303 导弹拦截
 - 语言
 - C++
 - 递交时间
 - 2021-04-26 13:25:44
 - 评测时间
 - 2021-04-26 13:25:44
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 13ms
 - 峰值内存
 - 444.0 KiB