| Problem | psle |
|---|---|
| User | chickengoat |
| Submission Time | 2025-01-25 20:05:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:7:11: error: ‘A’ was not declared in this scope
7 | cout << A*;
| ^
psle.cpp:7:13: error: expected primary-expression before ‘;’ token
7 | cout << A*;
| ^
psle.cpp:10:11: error: ‘A’ was not declared in this scope
10 | cout << A;
| ^
psle.cpp:13:11: error: ‘B’ was not declared in this scope
13 | cout << B;
| ^
psle.cpp:16:11: error: ‘c’ was not declared in this scope
16 | cout << c;
| ^
psle.cpp:19:11: error: ‘D’ was not declared in this scope
19 | cout << D;
| ^
psle.cpp:22:11: error: ‘E’ was not declared in this scope
22 | cout << E;
| ^
psle.cpp:25:11: error: ‘U’ was not declared in this scope
25 | cout << U;
| ^