Problem | exponentiate |
---|---|
User | ZachTAD |
Submission Time | 2024-03-09 10:55:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:17:17: error: ‘power’ was not declared in this scope
17 | cout << power(a, b, c)%c << endl;
| ^~~~~