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