Accepted
/in/foo.cc: In function 'void read(t_&)': /in/foo.cc:11:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(t=='-')flag=1,t=getchar();x=t-'0'; ^~ /in/foo.cc:11:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(t=='-')flag=1,t=getchar();x=t-'0'; ^ /in/foo.cc: In function 'int main()': /in/foo.cc:111:8: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] mid=l+r>>1; ~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1983 运输计划
- 语言
- C++
- 递交时间
- 2018-11-04 21:52:17
- 评测时间
- 2018-11-04 21:52:18
- 评测机
- 分数
- 100
- 总耗时
- 2170ms
- 峰值内存
- 52.281 MiB