+ 8
Can anyone help me with this code đđ»!??
https://sololearn.com/compiler-playground/c66oEGB1PKzO/?ref=app
9 Respostas
+ 5
round() rounds to the nearest integer. That is not necessarily rounding UP. You need to use the ceil() function in the math library.
+ 3
You need to round UP to the nearest integer.
+ 2
I did with the built-in func -> round()
+ 2
Still three cases are failed and the problem is that the test cases are locked
+ 2
Ohh okk , i'll try , thanks for the help
+ 2
You're welcome :)
+ 2
nice codes
+ 1
Heyyy , thanks
+ 1
It worked !!
Thanks alot đ