Problem | psle |
---|---|
User | Ananya5972 |
Submission Time | 2024-06-24 14:32:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> s;
| ^~~
psle.cpp:7:9: error: ‘cout’ was not declared in this scope
7 | cout << "A*" ;
| ^~~~
psle.cpp:9:9: error: ‘cout’ was not declared in this scope
9 | cout << "A" ;
| ^~~~
psle.cpp:11:9: error: ‘cout’ was not declared in this scope
11 | cout << "B" ;
| ^~~~
psle.cpp:13:9: error: ‘cout’ was not declared in this scope
13 | cout << "C" ;
| ^~~~
psle.cpp:15:9: error: ‘cout’ was not declared in this scope
15 | cout << "D" ;
| ^~~~
psle.cpp:17:9: error: ‘cout’ was not declared in this scope
17 | cout << "E" ;
| ^~~~
psle.cpp:19:9: error: ‘cout’ was not declared in this scope
19 | cout << "U