Wrong Answer
foo.cc: In function ‘int main()’: foo.cc:13:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 13 | if(n>=k)cout<<n-k;return 0; | ^~ foo.cc:13:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 13 | if(n>=k)cout<<n-k;return 0; | ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1018 抓牛(catchcow)
- 语言
- C++
- 递交时间
- 2025-07-22 15:56:12
- 评测时间
- 2025-07-22 15:56:12
- 评测机
- 分数
- 21
- 总耗时
- 32ms
- 峰值内存
- 508.0 KiB