Problem | exponentiate |
---|---|
User | popperoni |
Submission Time | 2024-02-08 21:32:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:36:25: error: too many arguments to function ‘long long int binpow(long long int, long long int)’
36 | cout << binpow(b, c, d) << endl;
| ^
exponentiate.cpp:18:11: note: declared here
18 | long long binpow(long long a, long long b) {
| ^~~~~~