Runtime Error
/in/foo.cc: In function 'int read()': /in/foo.cc:11:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(!isdigit(c=gr())); int x=c^48; ^~~~~ /in/foo.cc:11:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' while(!isdigit(c=gr())); int x=c^48; ^~~ /in/foo.cc: In function 'int main()': /in/foo.cc:74:17: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] mid = l + r >> 1; ~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1983 运输计划
- 语言
- C++
- 递交时间
- 2018-12-16 08:58:15
- 评测时间
- 2018-12-16 08:58:18
- 评测机
- 分数
- 90
- 总耗时
- 449ms
- 峰值内存
- 24.984 MiB