Problem mandarins
User lHog
Submission Time 2024-04-29 07:19:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mandarins.cpp: In function ‘int main()’:
mandarins.cpp:15:16: error: expected initializer before ‘%’ token
15 | long long a%m = p(K+1, N);
| ^
mandarins.cpp:16:13: error: ‘a’ was not declared in this scope
16 | cout << a%m;
| ^