Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:7:2: error: expected ';' before 'if' if(b!=4 || b!=6 || b!=9 || b!=11 || b!=2) ^~ /in/foo.cc:10:2: warning: right operand of comma operator has no effect [-Wunused-value] } ^ /in/foo.cc:11:2: error: 'else' without a previous 'if' else if(b==4 || b==6 || b==9 || b==11) ^~~~
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1023 某月的天数
 - 语言
 - C++
 - 递交时间
 - 2023-12-08 15:31:24
 - 评测时间
 - 2023-12-08 15:31:24
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes