Accepted
/in/foo.cc: In function 'void read(int&)': /in/foo.cc:13:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(c=getchar();c<'0'||c>'9';c=getchar()); x=x+c-'0'; ^~~ /in/foo.cc:13:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(c=getchar();c<'0'||c>'9';c=getchar()); x=x+c-'0'; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2011 海港
- 语言
- C++
- 递交时间
- 2021-06-03 22:24:18
- 评测时间
- 2021-06-03 22:24:18
- 评测机
- 分数
- 100
- 总耗时
- 2243ms
- 峰值内存
- 752.0 KiB