Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    7 |         if(x%4==0&&x%100!=0||x%400==0)
      |            ~~~~~~^~~~~~~~~~
/in/foo.cc:5:15: warning: unused variable 'r4' [-Wunused-variable]
    5 |         int x,r4,r100,r400;
      |               ^~
/in/foo.cc:5:18: warning: unused variable 'r100' [-Wunused-variable]
    5 |         int x,r4,r100,r400;
      |                  ^~~~
/in/foo.cc:5:23: warning: unused variable 'r400' [-Wunused-variable]
    5 |         int x,r4,r100,r400;
      |                       ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 588.0 KiB
#2 Accepted 2ms 696.0 KiB
#3 Accepted 1ms 536.0 KiB
#4 Accepted 1ms 368.0 KiB
#5 Accepted 1ms 532.0 KiB

信息

递交者
类型
递交
题目
P1001 判断闰年
语言
C++
递交时间
2026-06-21 13:18:17
评测时间
2026-06-21 13:18:17
评测机
分数
100
总耗时
9ms
峰值内存
696.0 KiB