Accepted
/in/foo.cc: In member function 'int Time::cycle()': /in/foo.cc:46:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(m==2) ^~ /in/foo.cc:48:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(d+1 <= day) ^~ /in/foo.cc:48:3: warning: 'day' may be used uninitialized in this function [-Wmaybe-uninitialized] if(d+1 <= day) ^~
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1003 OO1-3 日期类Date
 - 比赛
 - 《面向对象程序设计方法》课程赛事1
 - 语言
 - C++
 - 递交时间
 - 2019-03-16 10:20:27
 - 评测时间
 - 2019-03-16 10:20:27
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 8ms
 - 峰值内存
 - 208.0 KiB