Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:11:3: error: expected primary-expression before 'else' 11 | else | ^~~~ /in/foo.cc:12:23: error: 'i' was not declared in this scope 12 | for(int i=a;i<=b;i++) | ^ /in/foo.cc:7:13: warning: unused variable 'n' [-Wunused-variable] 7 | int n=0; | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1182 闰年祝福
- 比赛
- 2025程序设计与竞赛作业赛第一场(整装出发)
- 语言
- C++
- 递交时间
- 2025-09-27 18:35:15
- 评测时间
- 2025-10-03 01:46:10
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes