Accepted
/in/foo.cc: In function 'bool leap(int)':
/in/foo.cc:5:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(x%4==0&&x%100!=0||x%400==0)return true;
     ~~~~~~^~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:11: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<ans;
           ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1625 闰年祝福
 - 比赛
 - 2024.7.24暑期中级1班练习
 - 语言
 - C++
 - 递交时间
 - 2024-07-24 10:02:09
 - 评测时间
 - 2024-07-24 10:02:11
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 25ms
 - 峰值内存
 - 376.0 KiB