Problem mandarins
User Kenniene
Submission Time 2024-04-24 13:51:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mandarins.cpp: In function ‘long long int power(long long int, long long int)’:
mandarins.cpp:12:49: error: expected ‘)’ before ‘;’ token
12 | res = ((res % mod) * (x % mod) % mod;
| ~ ^