Problem exponentiate
User havinaaaaash
Submission Time 2024-06-19 20:41:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:13:21: error: ‘a’ was not declared in this scope
13 | cout << (int)(pow(a, b))%m << "\n";
| ^
exponentiate.cpp:13:24: error: ‘b’ was not declared in this scope
13 | cout << (int)(pow(a, b))%m << "\n";
| ^
exponentiate.cpp:13:28: error: ‘m’ was not declared in this scope
13 | cout << (int)(pow(a, b))%m << "\n";
| ^