Problem psle
User ZiErn
Submission Time 2023-11-08 11:05:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp:7:7: error: stray ‘\342’ in program
7 | if(s ≥ 91){
| ^
psle.cpp:7:8: error: stray ‘\211’ in program
7 | if(s ≥ 91){
| ^
psle.cpp:7:9: error: stray ‘\245’ in program
7 | if(s ≥ 91){
| ^
psle.cpp:10:12: error: stray ‘\342’ in program
10 | else if(s ≥ 75){
| ^
psle.cpp:10:13: error: stray ‘\211’ in program
10 | else if(s ≥ 75){
| ^
psle.cpp:10:14: error: stray ‘\245’ in program
10 | else if(s ≥ 75){
| ^
psle.cpp:13:12: error: stray ‘\342’ in program
13 | else if(s ≥ 60){
| ^
psle.cpp:13:13: error: stray ‘\211’ in program
13 | else if(s ≥ 60){
| ^
psle.cpp:13:14: error: stray ‘\245’ in program
13 | else if(s ≥ 60){
| ^
psle.cpp:16:12: error: stray ‘\342’ in program
16 | else if(s ≥ 50){
| ^<