Problem psle
User TA
Submission Time 2026-06-22 16:21:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:8:28: error: expected identifier before ‘(’ token
8 | }else if(score >= 75) and (score <= 90){
| ^
psle.cpp:10:28: error: expected identifier before ‘(’ token
10 | }else if(score >= 60) and (score <= 74){
| ^
psle.cpp:12:28: error: expected identifier before ‘(’ token
12 | }else if(score >= 50) and (score <= 59){
| ^
psle.cpp:14:28: error: expected identifier before ‘(’ token
14 | }else if(score >= 35) and (score <= 49){
| ^
psle.cpp:16:28: error: expected identifier before ‘(’ token
16 | }else if(score >= 20) and (score <= 34){
| ^
psle.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
psle.cpp:3:11: note: to match this ‘{’
3 | int main(){
|