Problem | goodseq |
---|---|
User | SMILE |
Submission Time | 2024-07-13 11:10:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodseq.cpp: In function ‘int main()’:
goodseq.cpp:17:29: error: lvalue required as left operand of assignment
17 | if (multN.count(arr[i])=0){
| ^
goodseq.cpp:19:2: error: expected ‘}’ before ‘else’
19 | else{
| ^~~~
goodseq.cpp:17:31: note: to match this ‘{’
17 | if (multN.count(arr[i])=0){
| ^