Problem ippt
User ilovepythonandhatecplusplus
Submission Time 2024-02-28 17:22:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:7:11: error: expected primary-expression before ‘<’ token
7 | if (total=<60){
| ^
ippt.cpp:9:16: error: expected primary-expression before ‘<’ token
9 | }else if(total=<74){
| ^
ippt.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
ippt.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^