Accepted
/in/foo.cc: In function 'int leap(int)':
/in/foo.cc:6:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(y%4==0&&y%100!=0||y%400==0)
     ~~~~~~^~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2691 一万天以后的日期(函数)
 - 比赛
 - 2024.12.28秋季中级班练习
 - 语言
 - C++
 - 递交时间
 - 2024-12-28 11:05:29
 - 评测时间
 - 2024-12-28 11:05:29
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 16ms
 - 峰值内存
 - 384.0 KiB