Accepted
/in/foo.cc: In function 'bool check(int)': /in/foo.cc:9:9: warning: unused variable 'tmp' [-Wunused-variable] int tmp=x; ^~~ /in/foo.cc: In function 'int nxt(int)': /in/foo.cc:20:22: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if (y%400==0||y%4==0&y%100!=0) day[2]=29; ~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2010 回文日期
- 语言
- C++
- 递交时间
- 2018-05-11 14:58:14
- 评测时间
- 2018-05-11 14:58:14
- 评测机
- 分数
- 100
- 总耗时
- 254ms
- 峰值内存
- 384.0 KiB