Problem | radioactive |
---|---|
User | ChickenCoder |
Submission Time | 2024-01-31 12:13:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
radioactive.cpp: In function ‘long long int ans(long long int, int)’:
radioactive.cpp:31:26: error: expected ‘;’ before ‘se’
31 | fi[i] = ans(n/2-i-1, c)
| ^
| ;
32 | se[i] = ans((n+1)/2-i-1, c);
| ~~