| Problem | psle |
|---|---|
| User | claireau |
| Submission Time | 2023-11-08 15:23:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:6:12: error: ‘x’ was not declared in this scope
6 | if (91 <= x <= 100;) {cout << A*;}
| ^
psle.cpp:6:21: error: expected primary-expression before ‘)’ token
6 | if (91 <= x <= 100;) {cout << A*;}
| ^
psle.cpp:6:32: error: ‘A’ was not declared in this scope
6 | if (91 <= x <= 100;) {cout << A*;}
| ^
psle.cpp:6:34: error: expected primary-expression before ‘;’ token
6 | if (91 <= x <= 100;) {cout << A*;}
| ^
psle.cpp:7:26: error: expected primary-expression before ‘)’ token
7 | else if (75 <= x <= 90;) {cout << A;}
| ^
psle.cpp:7:37: error: ‘A’ was not declared in this scope
7 | else if (75 <= x <= 90;) {cout << A;}
|