Wrong Answer

foo.cc: In function 'int main()':
foo.cc:4:8: warning: unused variable 'b' [-Wunused-variable]
    4 |  int a,b,c,d,e;
      |        ^
foo.cc:4:10: warning: unused variable 'c' [-Wunused-variable]
    4 |  int a,b,c,d,e;
      |          ^
foo.cc:4:12: warning: unused variable 'd' [-Wunused-variable]
    4 |  int a,b,c,d,e;
      |            ^
foo.cc:4:14: warning: unused variable 'e' [-Wunused-variable]
    4 |  int a,b,c,d,e;
      |              ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 384.0 KiB
#2 Wrong Answer Read NO, expect No. 4ms 384.0 KiB

信息

递交者
类型
递交
题目
P1015 闰年
语言
C++
递交时间
2022-07-08 11:23:06
评测时间
2022-07-08 11:23:06
评测机
分数
50
总耗时
9ms
峰值内存
384.0 KiB