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++
- 递交时间
- 6 年前
- 评测时间
- 6 年前
- 评测机
- 分数
- 90
- 总耗时
- 451ms
- 峰值内存
- 26.688 MiB