Problem foodchain
User XXC
Submission Time 2025-11-12 13:17:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:8: error: expected ‘;’ before ‘b’
9 | a%=x
| ^
| ;
10 | b%=x
| ~