Problem | wabbit |
---|---|
User | MagicHenry |
Submission Time | 2024-02-18 12:13:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wabbit.cpp: In function ‘int main()’:
wabbit.cpp:23:24: error: ‘getSum’ was not declared in this scope
23 | sum += 2 * getSum(0, min(d[i]/k - 1, n-1));
| ^~~~~~
wabbit.cpp:26:20: error: ‘getSum’ was not declared in this scope
26 | sum += getSum(0, min(d[i]-1, n-1));
| ^~~~~~