Problem ippt
User Ignatius
Submission Time 2025-02-17 17:52:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:8:27: error: expected primary-expression before ‘<=’ token
8 | if(a + b + c >=61 and <=74){
| ^~
ippt.cpp:11:28: error: expected primary-expression before ‘<=’ token
11 | else if(a + b + c>=75 and <=84){
| ^~
ippt.cpp:14:21: error: lvalue required as left operand of assignment
14 | else if(a + b = c<=75){
| ^~