Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:22:4: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(month<13&&month>0) ^ /in/foo.cc:30:8: warning: 'day' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<day<<endl; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- A1-3 分支结构练习:月份天数
- 比赛
- 2020苏青奥赛集训营(2021-1-3)
- 语言
- C++
- 递交时间
- 2021-01-03 12:34:04
- 评测时间
- 2021-01-03 12:34:04
- 评测机
- 分数
- 100
- 总耗时
- 6ms
- 峰值内存
- 220.0 KiB