| Problem | ccs |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-02-08 11:40:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp:25:2: error: expected ‘;’ after struct definition
25 | }
| ^
| ;
ccs.cpp: In constructor ‘Fenwick::Fenwick(int)’:
ccs.cpp:6:35: error: expected ‘{’ at end of input
6 | Fenwick(int n): n(n), bits(n+1, 0);
| ^