Problem countalp
User MegaG
Submission Time 2025-11-03 10:23:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

countalp.cpp: In function ‘int main()’:
countalp.cpp:13:9: error: ‘s’ was not declared in this scope; did you mean ‘st’?
13 | cin >> s;
| ^
| st
countalp.cpp:28:6: error: redeclaration of ‘long long int n’
28 | int n = 0;
| ^
countalp.cpp:10:6: note: ‘long long int n’ previously declared here
10 | int n;
| ^
countalp.cpp:121:101: error: expected primary-expression before ‘<<’ token
121 | cout << a << "\n" << b << "\n" << c << "\n" << d << "\n" << e << "\n" << f << "\n" << g << "\n" << << "\n" << h << "\n" << i << "\n" << j << "\n" << k << "\n" << l << "\n" << m << "\n" << n << "\n" << o << "\n" << p << "\n" << q << "\n" << r << "\n" << schar <