0_0_38933843_12093.cpp: In function 'int main()': 0_0_38933843_12093.cpp:34:14: error: too few arguments to function 'void solve(int)' 34 | solve(); | ~~~~~^~ 0_0_38933843_12093.cpp:12:6: note: declared here 12 | void solve(int testcase){ | ^~~~~