Wrong Answer
foo.cc: In function 'int main()': foo.cc:14:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(y%a==0) ^~ foo.cc:16:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' break; ^~~~~ foo.cc:27:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(t%a==0) ^~ foo.cc:29:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' break; ^~~~~
信息
- 递交者
- 类型
- 递交
- 语言
- C++
- 递交时间
- 2021-01-28 16:02:49
- 评测时间
- 2021-01-28 16:02:49
- 评测机
- 分数
- 20
- 总耗时
- 12ms
- 峰值内存
- 408.0 KiB