Accepted
/in/foo.cc: In member function 'int Date::Day(int, int)':
/in/foo.cc:58:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/in/foo.cc:59: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::Add2()':
/in/foo.cc:77:3: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized]
while(day > Day(year, month) )
^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1007 OO1-5 日期时间类DateTime
- 比赛
- 《面向对象程序设计方法》课程赛事1
- 语言
- C++
- 递交时间
- 2019-03-16 11:38:17
- 评测时间
- 2019-03-16 11:38:17
- 评测机
- 分数
- 100
- 总耗时
- 7ms
- 峰值内存
- 208.0 KiB