Skee-Ball problem | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Skee-Ball problem

Hello. I don't see why this doesn't work. Only one failed hidden case out of five. https://code.sololearn.com/cAroykc3mcl7/?ref=app

20th Jul 2020, 12:09 PM
A. Essabbere
A. Essabbere - avatar
4 ответов
0
It's the Skee-Ball problem in code Coach, difficulty: easy
20th Jul 2020, 12:32 PM
A. Essabbere
A. Essabbere - avatar
0
Thanks Granger. But I still don't get it, s/cost >=1 is the same as s>=cost.
20th Jul 2020, 12:44 PM
A. Essabbere
A. Essabbere - avatar
0
спасибо за помощь которую оказал мне
20th Jul 2020, 4:04 PM
1727
- 1
x=int(input()) y=int(input()) if ((x/12)>=y): print("Buy it!") else: print("Try again") Works simple, try copy paste in exact way to know how
31st May 2022, 11:27 AM
Hrithika Reddy
Hrithika Reddy - avatar