运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
540655 | Young Coder | 1018 - 计算月份的天数 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 369 | 1年前 |
Main.cc: In function 'int main()':
Main.cc:5:4: error: expected initializer before 'cin'
5 | cin>>year>>month;
| ^~~
Main.cc:6:7: error: 'month' was not declared in this scope
6 | if(month>12){
| ^~~~~
Main.cc:8:54: error: expected primary-expression before ')' token
8 | }else if(month==4||month==6||month==9||month==11||){
| ^