Problem psle
User Ignatius
Submission Time 2025-02-18 21:44:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:12:15: error: expected primary-expression before ‘>’ token
12 | else if (s=>75) and (s=<90){
| ^
psle.cpp:12:24: error: expected identifier before ‘(’ token
12 | else if (s=>75) and (s=<90){
| ^
psle.cpp:16:14: error: expected primary-expression before ‘>’ token
16 | else if (s=>60) and (s=<74){
| ^
psle.cpp:16:23: error: expected identifier before ‘(’ token
16 | else if (s=>60) and (s=<74){
| ^
psle.cpp:19:14: error: expected primary-expression before ‘>’ token
19 | else if (s=>50) and (s=<59){
| ^
psle.cpp:19:24: error: expected identifier before ‘(’ token
19 | else if (s=>50) and (s=<59){
| ^
psle.cpp:22:14: error: expected primary-expression before ‘>’ token