Accepted
/in/foo.cc: In function 'void Read(int&)':
/in/foo.cc:16:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(ch>='0'&&ch<='9') x=x*10+ch-48,ch=getchar(); return;
^~~~~
/in/foo.cc:16:56: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(ch>='0'&&ch<='9') x=x*10+ch-48,ch=getchar(); return;
^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1337 拼图
- 语言
- C++
- 递交时间
- 2019-11-05 12:05:47
- 评测时间
- 2019-11-05 12:05:47
- 评测机
- 分数
- 100
- 总耗时
- 12ms
- 峰值内存
- 212.0 KiB