consul.cpp:2:2: error: invalid preprocessing directive #indluce; did you mean #include?
2 | #indluce <bits/stcd++.h>
| ^~~~~~~
| include
consul.cpp: In function 'void solve(int)':
consul.cpp:7:5: error: 'vector' was not declared in this scope
7 | vector <int> res;
| ^~~~~~
consul.cpp:2:1: note: 'std::vector' is defined in header '<vector>'; did you forget to '#include <vector>'?
1 | #include "grader.cpp"
+++ |+#include <vector>
2 | #indluce <bits/stcd++.h>
consul.cpp:7:13: error: expected primary-expression before 'int'
7 | vector <int> res;
| ^~~
consul.cpp:9:14: error: 'ask' was not declared in this scope
9 | if ( ask(i) > Mx ){
| ^~~