Problem countalp
User Soysauce
Submission Time 2024-03-02 21:59:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

countalp.cpp: In function ‘int main()’:
countalp.cpp:14:21: error: ‘ii’ was not declared in this scope; did you mean ‘i’?
14 | else if (yx[ii] == 'b') {b++;}
| ^~
| i