0_0_18339703_2275.cpp: In function 'int solveK(int)':
0_0_18339703_2275.cpp:29:24: error: 'm' was not declared in this scope
int ans = solveX(-(n-m+1), -m);
^
0_0_18339703_2275.cpp:30:15: error: too few arguments to function 'int testK(int, int)'
if(testK(ans)) return testK(ans - 1) ? ans - 1 : ans;
^
0_0_18339703_2275.cpp:19:12: note: declared here
inline int testK(int k, int m) {
^
0_0_18339703_2275.cpp:30:38: error: too few arguments to function 'int testK(int, int)'
if(testK(ans)) return testK(ans - 1) ? ans - 1 : ans;
^
0_0_18339703_2275.cpp:19:12: note: declared here
inline int testK(int k, int m) {
^
|