| Problem | psle |
|---|---|
| User | XXC |
| Submission Time | 2025-11-12 11:04:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> a;
| ^~~
psle.cpp:7:9: error: ‘cout’ was not declared in this scope
7 | cout<<"A*";
| ^~~~
psle.cpp:10:9: error: ‘cout’ was not declared in this scope
10 | cout<<"A";
| ^~~~
psle.cpp:13:9: error: ‘cout’ was not declared in this scope
13 | cout<<"B";
| ^~~~
psle.cpp:16:9: error: ‘cout’ was not declared in this scope
16 | cout<<"C";
| ^~~~
psle.cpp:19:9: error: ‘cout’ was not declared in this scope
19 | cout<<"D";
| ^~~~
psle.cpp:22:9: error: ‘cout’ was not declared in this scope
22 | cout<<"E";
| ^~~~
psle.cpp:25:9: error: ‘cout’ was not declared in this scope
25 | cout<<"U";
|