| Problem | cyberland_apio23 |
|---|---|
| User | Hijackedsoul |
| Submission Time | 2026-02-09 08:30:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cyberland_apio23.cpp: In function ‘double solve(int, int, int, int, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’:
cyberland_apio23.cpp:69:31: error: expected ‘;’ before ‘return’
69 | if(mn>=LLONG_MAX/2) return -1
| ^
| ;
70 | return mn;
| ~~~~~~