Wrong Answer
foo.cc: In function 'int main()': foo.cc:12:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int m=1; m<month; m++) ^~~ foo.cc:14:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' sum=35; ^~~ foo.cc:9:6: warning: unused variable 'year' [-Wunused-variable] int year,month,day; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1083 xf1-6计算日期
- 比赛
- 2020苏青奥赛集训营(2021-2-2课堂小练)
- 语言
- C++
- 递交时间
- 2021-02-02 13:51:54
- 评测时间
- 2021-02-02 13:51:54
- 评测机
- 分数
- 0
- 总耗时
- 9ms
- 峰值内存
- 384.0 KiB