Accepted
/in/foo.cc: In member function 'int Date::Day(int, int)': /in/foo.cc:30:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ /in/foo.cc:31:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' d = 28; break; ^~~~~ /in/foo.cc: In member function 'void Date::Add()': /in/foo.cc:50:3: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] while(day > Day(year, month) ) ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1003 OO1-3 日期类Date
- 比赛
- 《面向对象程序设计方法》课程赛事1
- 语言
- C++
- 递交时间
- 2019-03-16 10:51:34
- 评测时间
- 2019-03-16 10:51:35
- 评测机
- 分数
- 100
- 总耗时
- 8ms
- 峰值内存
- 208.0 KiB