Problem shamelessad4
User yhkhoo
Submission Time 2024-12-11 12:05:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad4.cpp: In function ‘long long int powr(long long int, long long int)’:
shamelessad4.cpp:13:30: error: ‘MOD’ was not declared in this scope
13 | if(b%2==0) return (tmp*tmp)%MOD;
| ^~~
shamelessad4.cpp:14:26: error: ‘MOD’ was not declared in this scope
14 | else return (a*tmp*tmp)%MOD;
| ^~~