In search of Samosa
Practice
2.6 (28 votes)
Approved
Basic programming
Easy
Open
Sorting
Problem
89% Success 9399 Attempts 20 Points 2s Time Limit 256MB Memory 1024 KB Max Code
Shiro is an avid lover of Samosas. He went down to the Samosa street to have some. But he only has K units of money with him. There are N shops on the street and unfortunately, all of them have only one samosa remaining. You are also given an array A[ ] , where Ai is the cost of a samosa on the i'th shop.
Find the maximum samosas that Shiro can eat.
Input:
First line contains two space-separated integers N and K.
Second line contains N space separated integers, the cost of a samosa on the shops.
Output:
Print the answer.
Constraints:
1 ≤ N ≤ 103
0 ≤ K ≤ 103
0 ≤ Ai ≤ 100
Submissions
Please login to view your submissions
Similar Problems
Points:20
348 votes
Tags:
EasyGreedy AlgorithmsOpenString Manipulation
2.Swap Sum
Points:20
23 votes
Tags:
Basics of Greedy AlgorithmsAlgorithmsGreedy Algorithms
Points:20
18 votes
Tags:
ApprovedData StructuresEasyGreedy AlgorithmsHiringReady
Editorial