记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:7:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if (b = 2 || a % 4 == 0 && a % 100 != 0) {
               ~~~~~~~~~~~^~~~~~~~~~~~~~~
/in/foo.c:7:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if (b = 2 || a % 4 == 0 && a % 100 != 0) {
  ^~
# 状态 耗时 内存占用
#1 Wrong Answer 0ms 208.0 KiB

信息

递交者
类型
自测
题目
A1-3 分支结构练习:月份天数
语言
C
递交时间
2019-10-07 18:49:28
评测时间
2019-10-07 18:49:28
评测机
分数
0
总耗时
0ms
峰值内存
208.0 KiB