Problem countalp
User peterpam
Submission Time 2025-08-09 20:45:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

countalp.cpp: In function ‘int main()’:
countalp.cpp:12:14: error: ‘ch’ was not declared in this scope; did you mean ‘c’?
12 | freq[ch] = 0;
| ^~
| c