Problem exponentiate_ex
User PlayVoltz
Submission Time 2023-09-22 19:42:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate_ex.cpp: In function ‘long long int expo(long long int, long long int, long long int)’:
exponentiate_ex.cpp:8:2: error: ‘base’ was not declared in this scope
8 | base = a%m;
| ^~~~