Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:11:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
11 | for(int i=1;i<=day;i++) cout<<" "; day=0;
| ^~~
/in/foo.cc:11:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
11 | for(int i=1;i<=day;i++) cout<<" "; day=0;
| ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2974 日历制作 2025.9GESP3级T2
- 语言
- C++
- 递交时间
- 2026-09-14 22:29:28
- 评测时间
- 2026-09-14 22:29:28
- 评测机
- 分数
- 0
- 总耗时
- 19ms
- 峰值内存
- 508.0 KiB