Problem psle
User Um
Submission Time 2023-04-28 19:13:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:5: error: ‘score’ was not declared in this scope
5 | if (score>=91){
| ^~~~~
psle.cpp:8:5: error: ‘score’ was not declared in this scope
8 | if (score<=90){
| ^~~~~
psle.cpp:11:5: error: ‘score’ was not declared in this scope
11 | if (score<=74){
| ^~~~~
psle.cpp:14:5: error: ‘score’ was not declared in this scope
14 | if (score<=59){
| ^~~~~
psle.cpp:15:11: error: expected ‘;’ before ‘}’ token
15 | cout<<"C"
| ^
| ;
16 | }
| ~
psle.cpp:17:5: error: ‘score’ was not declared in this scope
17 | if (score<=49){
| ^~~~~
psle.cpp:18:11: error: expected ‘;’ before ‘}’ token
18 | cout<<"D"
| ^
| ;
19 | }
| ~
psle.cpp:20:5: error: ‘score’ was not declared in this s