Problem foodchain
User ilovepythonandhatecplusplus
Submission Time 2024-03-01 15:34:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:6: error: ‘pow’ was not declared in this scope
7 | mod=(pow(10,9)) + 9;
| ^~~