+ 1
Please check this challenge question
I am not getting correct hidden test. Please cross check it https://code.sololearn.com/cLI0DWt7WvHG/?ref=app
3 Réponses
+ 2
There asked to round up result so use ceil() function instead of round.
And input is always >= , it's mentioned. So no zero outputs..
+ 1
Jayakrishna🇮🇳 bt ceil will not round off as mentioned in the question
0
It's asked to round up* , not round off. So it mean apply ceil to the result. try it and see.