Problem | bobek |
---|---|
User | dacashew |
Submission Time | 2023-12-24 22:05:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bobek.cpp: In function ‘int main()’:
bobek.cpp:121:7: error: too few arguments to function ‘void bml(long long int, long long int)’
121 | bml(a);
| ^
bobek.cpp:87:6: note: declared here
87 | void bml(int x,int y){
| ^~~