Problem countalp
User PGisnotnice5
Submission Time 2026-05-11 08:24:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

countalp.cpp: In function ‘int main()’:
countalp.cpp:9:3: error: ‘str’ was not declared in this scope; did you mean ‘std’?
9 | str a;
| ^~~
| std
countalp.cpp:10:8: error: ‘a’ was not declared in this scope
10 | cin>>a;
| ^