Problem | exponentiate |
---|---|
User | scape167 |
Submission Time | 2024-01-08 14:56:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘ll half(ll, ll, ll)’:
exponentiate.cpp:11:27: error: too few arguments to function ‘ll half(ll, ll, ll)’
11 | ll k = half(a, b-1)
| ^
exponentiate.cpp:7:4: note: declared here
7 | ll half(ll a, ll b, ll m) {
| ^~~~