Problem | gcd |
---|---|
User | Ethan1L1K1X1 |
Submission Time | 2024-04-09 11:30:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int32_t main()’:
gcd.cpp:23:15: error: too few arguments to function ‘int32_t buss(long long int, long long int)’
23 | cout << buss();
| ^
gcd.cpp:5:9: note: declared here
5 | int32_t buss (int a,int b){
| ^~~~