| Problem | ippt |
|---|---|
| User | Shreyas123456789 |
| Submission Time | 2026-02-22 16:12:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:12:17: error: expected ‘;’ before ‘}’ token
12 | cout << "FAIL"
| ^
| ;
13 | } else if (total >= 0 and total <= 60) {
| ~