Problem ccs
User j0ashhh
Submission Time 2026-02-08 11:41:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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);
| ^