/ OPS /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if (y % 4 != 0 || y % 400 != 0 && y % 100 == 0) {
                                   ^
/in/foo.cc:28:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if (y % 4 != 0 || y % 400 != 0 && y % 100 == 0) {
                                   ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 200.0 KiB

信息

递交者
类型
递交
题目
P1129 统计天数
语言
C++
递交时间
2023-03-08 18:57:28
评测时间
2023-03-08 18:57:28
评测机
分数
0
总耗时
1ms
峰值内存
200.0 KiB