记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:4:1: warning: 'month' is used uninitialized in this function [-Wuninitialized]
    4 | switch (month)
      | ^~~~~~
foo.c:6:21: warning: 'year' may be used uninitialized in this function [-Wmaybe-uninitialized]
    6 |     case 2:if (year % 400 == 0 || (year % 4 == 0 && year % 100 != 0))
      |                ~~~~~^~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 31天!, expect 29. 1ms 256.0 KiB
#2 Wrong Answer Read 31天!, expect 28. 2ms 256.0 KiB
#3 Wrong Answer Read 31天!, expect 28. 1ms 256.0 KiB
#4 Wrong Answer Read 31天!, expect 30. 1ms 256.0 KiB
#5 Wrong Answer Read 31天!, expect 31. 1ms 256.0 KiB

信息

递交者
类型
递交
题目
A1-3 分支结构练习:月份天数
比赛
C语言课程设计考试
语言
C
递交时间
2022-05-31 11:10:30
评测时间
2022-05-31 11:10:30
评测机
分数
0
总耗时
7ms
峰值内存
256.0 KiB