记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:15: warning: left operand of comma operator has no effect [-Wunused-value]
   11 |         if (b == 1, 3, 5, 7, 8, 10, 12)
      |             ~~^~~~
/in/foo.cc:11:24: warning: right operand of comma operator has no effect [-Wunused-value]
   11 |         if (b == 1, 3, 5, 7, 8, 10, 12)
      |                        ^
/in/foo.cc:11:27: warning: right operand of comma operator has no effect [-Wunused-value]
   11 |         if (b == 1, 3, 5, 7, 8, 10, 12)
      |                           ^
/in/foo.cc:11:30: warning: right operand of comma operator has no effect [-Wunused-value]
   11 |         if (b == 1, 3, 5, 7, 8, 10, 12)
      |                              ^
/in/foo.cc:11:33: warning: right operand of comma operator has no effect [-Wunused-value]
   11 |         if (b == 1, 3, 5, 7, 8, 10, 12)
      |                                 ^~
/in/foo.cc:11:37: warning: right operand of comma operator has no effect [-Wunused-value]
   11 |         if (b == 1, 3, 5, 7, 8, 10, 12)
      |                                     ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 528.0 KiB
#2 Accepted 2ms 496.0 KiB
#3 Accepted 2ms 472.0 KiB
#4 Wrong Answer 2ms 416.0 KiB
#5 Accepted 2ms 472.0 KiB

信息

递交者
类型
递交
题目
A1-3 分支结构练习:月份天数
比赛
2025程序设计与竞赛作业赛第一场(整装出发)
语言
C++
递交时间
2025-09-27 18:36:38
评测时间
2025-10-03 01:46:16
评测机
分数
80
总耗时
13ms
峰值内存
528.0 KiB