Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Uber coding round problem

Правка en3, от migy8d3u1epe39, 2021-11-07 09:02:53

The problem was in a long story format but let me simplify it for you :-)

Problem: Some genie has power P. He wants to grant n wishes of the form {xi, yi}. Now to grant i-th wish he needs to have at least power xi and after granting this wish his power becomes P-yi. In this process, his power shouldn't dip below zero. What is the maximum no. of possible wishes he can grant using his power?

Constraints: 1<=n<=100, 1<=P<=30000, 1<=x<=30000, -300<=y<=300

I couldn't solve this problem in test time, I've seen so many problems of this type but I always fail. I would be grateful if someone explains this. Thanks have a good day!

Теги help, #uber

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский migy8d3u1epe39 2021-11-07 09:02:53 28
en2 Английский migy8d3u1epe39 2021-11-07 08:48:47 2 Tiny change: '<=100, 1<=p<=30000, 1' -> '<=100, 1<=P<=30000, 1'
en1 Английский migy8d3u1epe39 2021-11-07 08:46:18 640 Initial revision (published)