We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Given: n=5 k=1 s = [1 2 3 4 5], the correct output is 1 becase you can select just one numbe from s, such as s' = [2]
The problem is required sum 2 numbers, in others words, any answer s' with length of 1 would be correct.
I think this problem should metioned this in description.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Non-Divisible Subset
You are viewing a single comment's thread. Return to all comments →
Given: n=5 k=1 s = [1 2 3 4 5], the correct output is 1 becase you can select just one numbe from s, such as s' = [2] The problem is required sum 2 numbers, in others words, any answer s' with length of 1 would be correct. I think this problem should metioned this in description.