Problem exponentiate
User Kannan
Submission Time 2023-12-20 14:56:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:13:16: error: ‘result’ was not declared in this scope
13 | exp[i] = int(result) % z;
| ^~~~~~