| Problem | chimera |
|---|---|
| User | PlayVoltz |
| Submission Time | 2024-08-04 11:42:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
chimera.cpp:7:1: error: expected initializer before ‘void’
7 | void initialise(int n, int q, vector<int> a){
| ^~~~
chimera.cpp: In function ‘int query(int, int)’:
chimera.cpp:12:9: error: ‘dp’ was not declared in this scope
12 | return dp[l][r].count();
| ^~