Accepted
/in/foo.cc: In function 'bool leap(int)':
/in/foo.cc:5:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  return y%4==0&&y%100||y%400==0;
         ~~~~~~^~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1046 生日日数
 - 语言
 - C++
 - 递交时间
 - 2023-06-30 12:02:18
 - 评测时间
 - 2023-06-30 12:02:18
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 17ms
 - 峰值内存
 - 376.0 KiB