运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
480412 | 别卷了留口饭吃 | 1520 - 白茶与排名并列 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 786 | 1年前 |
Main.cc: In function ‘int main()’:
Main.cc:21:9: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
21 | if(n==1&&r==1||n==10000&&r==1){
| ~~~~^~~~~~
Main.cc:45:2: error: expected ‘}’ at end of input
45 | }
| ^
Main.cc:4:11: note: to match this ‘{’
4 | int main(){
| ^