Problem ippt
User sherlockholmes025
Submission Time 2026-01-19 20:02:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:22:12: error: expected ‘(’ before ‘{’ token
22 | } else if {total >= 0 && total <= 60} {
| ^
| (
ippt.cpp:23:17: error: expected ‘;’ before ‘}’ token
23 | cout << "FAIL"
| ^
| ;
24 | }
| ~