Problem bestplace
User Denzio321
Submission Time 2023-03-16 22:42:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘float roundn(float)’:
bestplace.cpp:5:19: error: ‘ceil’ was not declared in this scope
5 | float o = ceil(n)-n;
| ^~~~
bestplace.cpp:10:24: error: ‘floor’ was not declared in this scope
10 | return floor(n);
| ^~~~~