| Problem | psle |
|---|---|
| User | idiosyncratic |
| Submission Time | 2026-01-31 14:21:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:2:5: error: ‘ios’ has not been declared
2 | ios::sync_with_stdio(false);
| ^~~
psle.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(nullptr);
| ^~~
psle.cpp:8:9: error: ‘cout’ was not declared in this scope
8 | cout << "A*";
| ^~~~
psle.cpp:10:9: error: ‘cout’ was not declared in this scope
10 | cout << "A";
| ^~~~
psle.cpp:12:9: error: ‘cout’ was not declared in this scope
12 | cout << "B";
| ^~~~
psle.cpp:14:9: error: ‘cout’ was not declared in this scope
14 | cout << "C";
| ^~~~
psle.cpp:16:9: error: ‘cout’ was not declared in this scope
16 | cout << "D";
| ^~~~
psle.cpp:18:9: error: ‘cout’ was not declared in this scope
18 | cout << "E";
|