Problem mushroomfarm
User HighLithop
Submission Time 2024-03-15 14:55:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mushroomfarm.cpp: In function ‘int main()’:
mushroomfarm.cpp:64:28: error: ‘sqrt’ was not declared in this scope
64 | num smallestSquare=ceil(sqrt((gyatt)reqs/(gyatt)v));
| ^~~~
mushroomfarm.cpp:64:23: error: ‘ceil’ was not declared in this scope
64 | num smallestSquare=ceil(sqrt((gyatt)reqs/(gyatt)v));
| ^~~~