Problem foodchain
User senkyte
Submission Time 2024-02-22 14:36:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:23: error: ‘pow’ was not declared in this scope
6 | cout << (a*b*c*d*e)%(pow(10,9) + 9);
| ^~~