Problem chimera
User Hytoh
Submission Time 2024-07-29 17:55:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chimera.cpp: In function ‘void initialise(int, int, std::vector<int>)’:
chimera.cpp:9:10: error: ‘cl’ was not declared in this scope; did you mean ‘c’?
9 | lmao = cl
| ^~
| c
chimera.cpp: In function ‘int query(int, int)’:
chimera.cpp:15:3: error: expected ‘}’ at end of input
15 | }
| ^
chimera.cpp:11:26: note: to match this ‘{’
11 | int query(int j, int k) {
| ^