Accepted
/in/foo.cc: In function 'int rn(int)':
/in/foo.cc:6:14: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(year%4==0&&year%100!=0||year%400==0){
     ~~~~~~~~~^~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2651 月历
 - 语言
 - C++
 - 递交时间
 - 2024-05-25 08:50:26
 - 评测时间
 - 2024-05-25 08:50:26
 - 评测机
 
- 分数
 - 292
 - 总耗时
 - 138ms
 - 峰值内存
 - 380.0 KiB