Problem foodchain
User Slayer555
Submission Time 2023-12-06 15:59:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:14:2: error: expected primary-expression before ‘long’
14 | long long (d = s % 1000000009);
| ^~~~
foodchain.cpp:15:10: error: ‘d’ was not declared in this scope
15 | cout << d;
| ^