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

Compile Error

bestplace.cpp: In function ‘int roundn(float)’:
bestplace.cpp:6:9: error: expected ‘,’ or ‘;’ before ‘float’
6 | float o = c-n;
| ^~~~~
bestplace.cpp:7:12: error: ‘o’ was not declared in this scope
7 | if(o<=0.5){
| ^