Problem | chimera |
---|---|
User | Hytoh |
Submission Time | 2024-07-29 17:55:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chimera.cpp: In function ‘int main()’:
chimera.cpp:9:47: error: a function-definition is not allowed here before ‘{’ token
9 | void initialise(int a, int b, vector<int> c) {
| ^
chimera.cpp:12:26: error: a function-definition is not allowed here before ‘{’ token
12 | int query(int j, int k) {
| ^
chimera.cpp:16:3: error: expected ‘}’ at end of input
16 | }
| ^
chimera.cpp:6:13: note: to match this ‘{’
6 | int main () {
| ^