| Problem | ippt |
|---|---|
| User | starfal |
| Submission Time | 2026-02-28 10:32:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:10:17: error: expected ‘;’ before ‘}’ token
10 | cout << "FAIL"
| ^
| ;
11 | }
| ~
ippt.cpp:13:17: error: expected ‘;’ before ‘}’ token
13 | cout << "PASS"
| ^
| ;
14 | }
| ~
ippt.cpp:16:19: error: expected ‘;’ before ‘}’ token
16 | cout << "SILVER"
| ^
| ;
17 | }
| ~
ippt.cpp:19:17: error: expected ‘;’ before ‘}’ token
19 | cout << "GOLD"
| ^
| ;
20 | }
| ~