0_0_39664084_337.cpp:58:6: error: redefinition of 'void init(long long int)'
58 | void init(int n=3000){
| ^~~~
0_0_39664084_337.cpp:37:6: note: 'void init(long long int)' previously defined here
37 | void init(int n){
| ^~~~
0_0_39664084_337.cpp: In function 'int main()':
0_0_39664084_337.cpp:94:13: error: too few arguments to function 'void init(long long int)'
94 | init();
| ~~~~^~
0_0_39664084_337.cpp:37:6: note: declared here
37 | void init(int n){
| ^~~~
|