Problem psle
User thatlycheeoolongdrink
Submission Time 2024-02-19 16:26:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:6:22: error: expected ‘)’ before ‘!’ token
6 | if ((s >= 90) and (s !< 90)) {
| ~ ^~
| )
psle.cpp:8:3: error: expected ‘)’ before ‘else’
8 | }
| ^
| )
9 | else if ((s >= 75) and (s !< 75) and (s !> 89)) {
| ~~~~
psle.cpp:6:5: note: to match this ‘(’
6 | if ((s >= 90) and (s !< 90)) {
| ^
psle.cpp:28:1: error: expected primary-expression before ‘}’ token
28 | }
| ^