Problem psle
User midtthew
Submission Time 2026-07-11 13:36:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:11: error: expected initializer before string constant
5 | int score "s";
| ^~~
psle.cpp:6:5: error: ‘s’ was not declared in this scope
6 | if (s >= 91){
| ^
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 sc