Problem foodchain
User alettuce
Submission Time 2024-03-01 14:26:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:13:25: error: expected ‘;’ before ‘cout’
13 | sum = a + b + c + d + e
| ^
| ;
14 | cout << (10**9 + 9) % sum;
| ~~~~