| Problem | fenwicktree |
|---|---|
| User | cobnet |
| Submission Time | 2024-02-27 21:10:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘void update(int, int, int)’:
fenwicktree.cpp:10:19: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
10 | bit[x] %= mod;
| ^~~
| modf