Problem foodchain
User TheFelixKS
Submission Time 2024-03-14 11:48:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:12:36: error: expected ‘)’ before ‘;’ token
12 | printf("%i", int(k * e) % int(1e9);
| ~ ^
| )