0_0_38771052_20525.cpp: In function 'void solve()': 0_0_38771052_20525.cpp:24:32: error: expected ';' before 'cnt' 24 | x = color(s[i]) | ^ | ; 25 | cnt[x]++; | ~~~