Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:22:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(y%4==0&&y%100!=0||y%400==0)
     ~~~~~~^~~~~~~~~~
/in/foo.cc:5:12: warning: unused variable 'i' [-Wunused-variable]
  long long i=0,y,m,d,leap=0;
            ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1029 A1-4 循环结构练习:今年过去了多少天
 - 比赛
 - 2024.12.28秋季中级班练习
 - 语言
 - C++
 - 递交时间
 - 2024-12-28 10:54:53
 - 评测时间
 - 2024-12-28 10:54:53
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 8ms
 - 峰值内存
 - 376.0 KiB