Problem exponentiate
User thisusernameistaken
Submission Time 2023-08-29 11:01:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘ll mul(ll, ll)’:
exponentiate.cpp:10:20: error: ‘mod’ was not declared in this scope
10 | return (ll)(tx*ty%mod);
| ^~~