Problem psle
User Adflhjk
Submission Time 2024-11-07 10:26:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp:16:11: error: stray ‘\342’ in program
16 | if (s ≥ 91) {
| ^
psle.cpp:16:12: error: stray ‘\211’ in program
16 | if (s ≥ 91) {
| ^
psle.cpp:16:13: error: stray ‘\245’ in program
16 | if (s ≥ 91) {
| ^
psle.cpp:19:16: error: stray ‘\342’ in program
19 | else if (s ≥ 75) {
| ^
psle.cpp:19:17: error: stray ‘\211’ in program
19 | else if (s ≥ 75) {
| ^
psle.cpp:19:18: error: stray ‘\245’ in program
19 | else if (s ≥ 75) {
| ^
psle.cpp:22:16: error: stray ‘\342’ in program
22 | else if (s ≥ 60) {
| ^
psle.cpp:22:17: error: stray ‘\211’ in program
22 | else if (s ≥ 60) {
| ^
psle.cpp:22:18: error: stray ‘\245’ in program
22 | else if (s ≥ 60) {
| ^
psle.cpp:25:1