Problem exponentiate
User ChickenCoder
Submission Time 2023-07-19 13:07:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘long long int binexpo(long long int, long long int, long long int)’:
exponentiate.cpp:11:8: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
11 | a %= mod;
| ^~~
| modf