记录详情

Accepted

/in/foo.c: In function 'yfts':
/in/foo.c:4:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if (y % 4 == 0 && y % 100 != 0 || y % 400 == 0)
      ~~~~~~~~~~~^~~~~~~~~~~~~~~
/in/foo.c:72:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 348.0 KiB
#2 Accepted 0ms 248.0 KiB
#3 Accepted 0ms 248.0 KiB
#4 Accepted 0ms 208.0 KiB
#5 Accepted 0ms 212.0 KiB

信息

递交者
类型
递交
题目
P1005 OO1-4 日期类Date
语言
C
递交时间
2024-02-29 14:07:53
评测时间
2024-02-29 14:07:53
评测机
分数
100
总耗时
4ms
峰值内存
348.0 KiB