Problem | div3 |
---|---|
User | prologue0605 |
Submission Time | 2025-06-21 22:42:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
div3.cpp: In function ‘int main()’:
div3.cpp:10:9: error: lvalue required as left operand of assignment
10 | if(a%3=0){cout<<"YES";
| ^
div3.cpp:12:10: error: expected ‘}’ at end of input
12 | return 0;
| ^
div3.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^