记录详情

Accepted

/in/foo.cc: In member function 'bool CDate::isLeapYear()':
/in/foo.cc:91:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if (year % 400 == 0 || (year % 4 == 0) && (year % 100)) return true;
                            ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 336.0 KiB

信息

递交者
类型
自测
题目
P1008 OO1-6 日期时间类DateTime
语言
C++
递交时间
2024-03-14 22:11:43
评测时间
2024-03-16 18:39:55
评测机
分数
10
总耗时
1ms
峰值内存
336.0 KiB