Problem ippt
User Shreyas123456789
Submission Time 2026-02-22 16:00:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:11:5: error: expected ‘,’ or ‘;’ before ‘if’
11 | if (total >= 0 and total <= 60) {
| ^~
ippt.cpp:13:7: error: ‘else’ without a previous ‘if’
13 | } else if (total <= 74 and total >= 60) {
| ^~~~