| Problem | ippt |
|---|---|
| User | Um |
| Submission Time | 2024-02-03 10:21:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:18:21: error: expected ‘;’ before ‘}’ token
18 | cout<<"GOLD"
| ^
| ;
19 | }
| ~
ippt.cpp:22:21: error: expected ‘;’ before ‘return’
22 | cout<<"FAIL"
| ^
| ;
23 | return 0;
| ~~~~~~