| Problem | ippt |
|---|---|
| User | Sheb |
| Submission Time | 2025-02-26 16:06:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int32_t main()’:
ippt.cpp:11:42: error: return-statement with no value, in function returning ‘int32_t’ {aka ‘int’} [-fpermissive]
11 | if (v == 0) {cout << "FAIL"; return;}
| ^~~~~~