Problem | coin |
---|---|
User | Unforgettablepl |
Submission Time | 2024-06-14 14:39:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coin.cpp: In function ‘int32_t main()’:
coin.cpp:87:33: error: too few arguments to function ‘void strat1(long long int, long long int)’
87 | if(n<=100 and m<=400)strat1();
| ^
coin.cpp:8:6: note: declared here
8 | void strat1(int n,int m){
| ^~~~~~
coin.cpp:88:17: error: too few arguments to function ‘void strat2(long long int, long long int)’
88 | else strat2();
| ^
coin.cpp:45:6: note: declared here
45 | void strat2(int n,int m){
| ^~~~~~