Problem foodchain
User vadar2525
Submission Time 2026-03-11 15:14:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:12:20: error: expected ‘;’ before ‘)’ token
12 | a = (a*(x%n)) % n);
| ^
| ;