0_0_39568277_30875.cpp: In function 'int main()': 0_0_39568277_30875.cpp:24:62: error: expected ';' before '}' token 24 | if(m[a[i]] == 0) cnt++, m[a[i]] = 1;1 | ^ | ; 25 | } | ~