| Problem | psle |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-03 18:31:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:9:7: error: expected initializer before ‘*’ token
9 | int A*, A, B, C, D, E, U;
| ^
psle.cpp:10:9: error: ‘A’ was not declared in this scope
10 | cin >> A* >> A >> B >> C >> D >> E >> U;
| ^
psle.cpp:10:12: error: expected primary-expression before ‘>>’ token
10 | cin >> A* >> A >> B >> C >> D >> E >> U;
| ^~
psle.cpp:10:20: error: ‘B’ was not declared in this scope
10 | cin >> A* >> A >> B >> C >> D >> E >> U;
| ^
psle.cpp:10:25: error: ‘C’ was not declared in this scope
10 | cin >> A* >> A >> B >> C >> D >> E >> U;
| ^
psle.cpp:10:30: error: ‘D’ was not declared in this scope
10 | cin >> A* &