Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:16:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (i <=n) ^~ /in/foo.c:18:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' x = x / 10; ^ /in/foo.c:19:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(x==1); ^~ /in/foo.c:20:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' break; ^~~~~
信息
- 递交者
- 类型
- 递交
- 语言
- C
- 递交时间
- 2023-10-11 19:31:01
- 评测时间
- 2023-10-11 19:31:01
- 评测机
- 分数
- 60
- 总耗时
- 5ms
- 峰值内存
- 260.0 KiB