Accepted
/in/foo.cc: In function 'll read()': /in/foo.cc:6:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while((c=getchar())> '9'||c< '0') ^~~~~ /in/foo.cc:7:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while' w=(c=='-'?-1:1); ret=c-'0'; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1336 飞翔
- 语言
- C++
- 递交时间
- 2024-04-27 15:15:07
- 评测时间
- 2024-04-27 15:15:07
- 评测机
- 分数
- 100
- 总耗时
- 22ms
- 峰值内存
- 428.0 KiB