| Problem | exponentiate |
|---|---|
| User | hwy |
| Submission Time | 2023-06-07 17:54:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int power(int, int, int)’:
exponentiate.cpp:10:12: error: ‘a’ was not declared in this scope
10 | return a%m;
| ^
exponentiate.cpp:10:14: error: ‘m’ was not declared in this scope
10 | return a%m;
| ^