Problem | foodchain |
---|---|
User | siqideng09 |
Submission Time | 2023-11-08 15:37:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp:14:35: error: stray ‘\357’ in program
14 | cout << ((A*B*C*D*E) % 1000000009);
| ^
foodchain.cpp:14:36: error: stray ‘\274’ in program
14 | cout << ((A*B*C*D*E) % 1000000009);
| ^
foodchain.cpp:14:37: error: stray ‘\211’ in program
14 | cout << ((A*B*C*D*E) % 1000000009);
| ^
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:14:35: error: expected ‘)’ before ‘;’ token
14 | cout << ((A*B*C*D*E) % 1000000009);
| ~ ^ ~
| )