运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
164575 | YHD20212005341 | 1554 - 卡片 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 342 | 3年前 |
Main.cc: In function ‘int main()’:
Main.cc:6:14: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
6 | if(a%3==0&&b%2==1||a%2==0&&b%2==0)
| ~~~~~~^~~~~~~~
Main.cc:14:37: error: lvalue required as left operand of assignment
14 | else if(b%2=1&&a%3==0&&(a%3)%2==0)
| ^
Main.cc:5:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
5 | scanf("%d %d",&a,&b);
| ~~~~~^~~~~~~~~~~~~~~