Problem exponentiate
User shawn
Submission Time 2024-04-27 10:36:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:27:4: error: ‘totalo_a’ was not declared in this scope; did you mean ‘total_a’?
27 | totalo_a *= pow(A, e);
| ^~~~~~~~
| total_a
exponentiate.cpp:31:4: error: ‘total_a’ was not declared in this scope
31 | total_a *= A;
| ^~~~~~~
exponentiate.cpp:34:11: error: ‘total_a’ was not declared in this scope
34 | cout << total_a % M << endl;
| ^~~~~~~