Problem goodseq
User SMILE
Submission Time 2024-07-13 11:10:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodseq.cpp: In function ‘int main()’:
goodseq.cpp:17:30: error: expected ‘;’ before ‘{’ token
17 | if (multN.count(arr[i]=0){
| ^
| ;
goodseq.cpp:33:12: error: expected ‘)’ before ‘;’ token
33 | cout<<ans;
| ^
| )
goodseq.cpp:17:8: note: to match this ‘(’
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() {
| ^