Problem platonic8
User mentcletan
Submission Time 2025-11-16 14:28:13
Score 0

Compile Error

platonic8.cpp: In function ‘std::vector<int> findA(int, int)’:
platonic8.cpp:21:21: error: ‘query’ was not declared in this scope
21 | int x = query(mid);
| ^~~~~
platonic8.cpp:38:21: error: ‘query’ was not declared in this scope
38 | int x = query(i);
| ^~~~~