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

Compile Error

chimera.cpp: In function ‘int main()’:
chimera.cpp:8:47: error: a function-definition is not allowed here before ‘{’ token
8 | void initialise(int a, int b, vector<int> c) {
| ^
chimera.cpp:11:26: error: a function-definition is not allowed here before ‘{’ token
11 | int query(int j, int k) {
| ^
chimera.cpp:15:3: error: expected ‘}’ at end of input
15 | }
| ^
chimera.cpp:5:13: note: to match this ‘{’
5 | int main () {
| ^