Owl Get a Life
snacks.cpp: In function ‘int main()’:snacks.cpp:25:24: error: expected ‘;’ before ‘cnt’ 25 | cnt[x[i]]+=cnt[l[i]] | ^ | ; 26 | cnt[l[i]]=0; | ~~~