Problem mandarins
User dieunq1309
Submission Time 2023-11-04 23:09:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mandarins.cpp: In function ‘int32_t main()’:
mandarins.cpp:19:25: error: too few arguments to function ‘int32_t modpow(long long unsigned int, long long unsigned int, long long unsigned int)’
19 | int ans = modpow(k+1, n)%MOD;
| ^
mandarins.cpp:8:9: note: declared here
8 | int32_t modpow(int x, int n, int m) {
| ^~~~~~