Problem psle
User NewYolker
Submission Time 2026-04-23 21:51:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> s;
| ^~~
psle.cpp:9:10: error: ‘cout’ was not declared in this scope
9 | cout << "A*";
| ^~~~
psle.cpp:11:10: error: ‘cout’ was not declared in this scope
11 | cout << "A";
| ^~~~
psle.cpp:13:10: error: ‘cout’ was not declared in this scope
13 | cout << "B";
| ^~~~
psle.cpp:15:10: error: ‘cout’ was not declared in this scope
15 | cout << "C";
| ^~~~
psle.cpp:17:10: error: ‘cout’ was not declared in this scope
17 | cout << "D";
| ^~~~
psle.cpp:19:10: error: ‘cout’ was not declared in this scope
19 | cout << "E";
| ^~~~
psle.cpp:21:10: error: ‘cout’ was not declared in this scope
21 | cout &l