Problem | psle |
---|---|
User | Cxt76 |
Submission Time | 2024-11-08 11:26:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int32_t main()’:
psle.cpp:9:15: error: expected ‘;’ before ‘}’ token
9 | cout << "A*"
| ^
| ;
10 | } else if (score >= 75 and score <= 90) {
| ~
psle.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cout << "A"
| ^
| ;
12 | } else if (score >= 60 and score <= 74) {
| ~
psle.cpp:13:14: error: expected ‘;’ before ‘}’ token
13 | cout << "B"
| ^
| ;
14 | } else if (score >= 50 and score <= 59) {
| ~
psle.cpp:15:14: error: expected ‘;’ before ‘}’ token
15 | cout << "C"
| ^
| ;
16 | } else if (score >= 35 and score <= 49) {
| ~
psle.cpp:17:14: error: expected ‘;’ before ‘}’ token