Problem psle
User Astronite
Submission Time 2024-02-26 16:24:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:3:1: error: ‘cin’ was not declared in this scope
3 | cin>> x;
| ^~~
psle.cpp:5:4: error: ‘cout’ was not declared in this scope
5 | cout<<"A*";
| ^~~~
psle.cpp:8:4: error: ‘cout’ was not declared in this scope
8 | cout<<"A";
| ^~~~
psle.cpp:11:4: error: ‘cout’ was not declared in this scope
11 | cout<<"B";
| ^~~~
psle.cpp:14:4: error: ‘cout’ was not declared in this scope
14 | cout<<"C";
| ^~~~
psle.cpp:17:4: error: ‘cout’ was not declared in this scope
17 | cout<<"D";
| ^~~~
psle.cpp:20:4: error: ‘cout’ was not declared in this scope
20 | cout<<"E";
| ^~~~
psle.cpp:23:4: error: ‘cout’ was not declared in this scope
23 | cout<<"E";
| ^~~~