Problem | goodseq |
---|---|
User | SMILE |
Submission Time | 2024-07-13 11:10:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodseq.cpp: In function ‘int main()’:
goodseq.cpp:17:8: error: expected ‘(’ before ‘multN’
17 | if multN.count(arr[i]=0){
| ^~~~~
| (
goodseq.cpp:35:1: error: expected ‘}’ at end of input
35 | }
| ^
goodseq.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^