Problem switches
User mofumofu
Submission Time 2024-07-14 03:09:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

switches.cpp: In function ‘int main()’:
switches.cpp:362:10: error: too few arguments to function ‘void solve2(int, int)’
362 | solve2();
| ^
switches.cpp:318:6: note: declared here
318 | void solve2(int n, int k){
| ^~~~~~