| Problem | rabbitpainting |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-01-14 21:19:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rabbitpainting.cpp: In function ‘int main()’:
rabbitpainting.cpp:45:15: error: cannot resolve overloaded function ‘get’ based on conversion to type ‘int’
45 | int trial = get<0>kadane(sums[i]);
| ^~~~~~
rabbitpainting.cpp:46:15: error: cannot resolve overloaded function ‘get’ based on conversion to type ‘int’
46 | int start = get<1>kadane(sums[i]);
| ^~~~~~
rabbitpainting.cpp:47:13: error: cannot resolve overloaded function ‘get’ based on conversion to type ‘int’
47 | int end = get<2>kadane(sums[i]);
| ^~~~~~