Problem | guessarray |
---|---|
User | Xiaoyang |
Submission Time | 2023-06-07 17:50:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guessarray.cpp: In function ‘void doProblem(int, int, int, int*)’:
guessarray.cpp:27:13: error: ‘i’ was not declared in this scope
27 | ans[i]=query(i,i);return;
| ^
guessarray.cpp:27:16: error: ‘query’ was not declared in this scope
27 | ans[i]=query(i,i);return;
| ^~~~~