Problem | psle |
---|---|
User | n |
Submission Time | 2024-02-19 18:25:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:9: error: ‘Score’ was not declared in this scope
5 | cin >> Score;
| ^~~~~
psle.cpp:7:10: error: ‘A’ was not declared in this scope
7 | cout << A*;}
| ^
psle.cpp:7:12: error: expected primary-expression before ‘;’ token
7 | cout << A*;}
| ^
psle.cpp:9:10: error: ‘A’ was not declared in this scope
9 | cout << A;}
| ^
psle.cpp:11:10: error: ‘B’ was not declared in this scope
11 | cout << B;}
| ^
psle.cpp:13:10: error: ‘C’ was not declared in this scope
13 | cout << C;}
| ^
psle.cpp:15:10: error: ‘D’ was not declared in this scope
15 | cout << D;}
| ^
psle.cpp:17:10: error: ‘E’ was not declared in this scope
17 | cout << E;}
| ^
psle.cpp:19:10: error: ‘U’ was not decl