| Problem | exponentiate |
|---|---|
| User | Henries |
| Submission Time | 2024-07-02 09:56:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int expo(long long int, long long int)’:
exponentiate.cpp:11:33: error: ‘c’ was not declared in this scope
11 | return (num*expo(num,num1-1))%c;
| ^