Wrong Answer
foo.c: In function 'isyun': foo.c:4:24: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4 | if (x % 4 == 0 && x % 100 != 0 || x % 400 == 0) | ~~~~~~~~~~~^~~~~~~~~~~~~~~ foo.c: In function 'main': foo.c:13:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 13 | if (month % 2 != 0 && month < 8 || month % 2 == 0 && month >= 8) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A1-3 分支结构练习:月份天数
- 比赛
- 2022年迎新赛(第一场)
- 语言
- C
- 递交时间
- 2022-08-15 17:51:58
- 评测时间
- 2022-08-15 17:51:58
- 评测机
- 分数
- 60
- 总耗时
- 11ms
- 峰值内存
- 384.0 KiB