Problem exponentiate
User Logout
Submission Time 2023-11-20 14:44:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘long long int exponentiate(long long int, long long int, long long int)’:
exponentiate.cpp:7:8: error: ‘n’ was not declared in this scope
7 | while(n > 0){
| ^