Problem bestplace
User Denzio321
Submission Time 2023-03-16 22:42:35
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);
| ^~~~~
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:26:33: error: expected ‘}’ at end of input
26 | cout << roundn(total/s) << endl;
| ^
bestplace.cpp:13:11: note: to match this ‘{’
13 | int main(){
| ^