Problem psle
User fanqie
Submission Time 2023-11-09 14:14:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp:7:12: error: stray ‘\342’ in program
7 | if (score ≥ 91){
| ^
psle.cpp:7:13: error: stray ‘\211’ in program
7 | if (score ≥ 91){
| ^
psle.cpp:7:14: error: stray ‘\245’ in program
7 | if (score ≥ 91){
| ^
psle.cpp:10:17: error: stray ‘\342’ in program
10 | else if (score ≥ 75){
| ^
psle.cpp:10:18: error: stray ‘\211’ in program
10 | else if (score ≥ 75){
| ^
psle.cpp:10:19: error: stray ‘\245’ in program
10 | else if (score ≥ 75){
| ^
psle.cpp:13:17: error: stray ‘\342’ in program
13 | else if (score ≥ 60){
| ^
psle.cpp:13:18: error: stray ‘\211’ in program
13 | else if (score ≥ 60){
| ^
psle.cpp:13:19: error: stray ‘\245’ in program
13 | else if (score ≥ 60){
| ^
psle.cp