Problem | exponentiate |
---|---|
User | popperoni |
Submission Time | 2024-02-08 21:32:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘void solve()’:
exponentiate.cpp:20:10: error: ‘binpow’ was not declared in this scope
20 | cout << binpow(b, c, d) << endl;
| ^~~~~~