Problem exponentiate
User j0ashhh
Submission Time 2026-02-15 20:16:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘long long unsigned int pow(int, int, int)’:
exponentiate.cpp:5:5: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
5 | if(mod == 1){
| ^~~
| modf