Comments

Maybe by the magic tab in the profile setting

On ArtermWeek of Code 22 on HackerRank, 10 years ago
0

**Yes , HR should improve their end testcases, it is not fair that naive solution can pass all testcases in 5th problem.

On ShafaetHackerRank HourRank — 11, 10 years ago
0

It was a great contest, it is an excellent challenge for be faster!!

On .PEIN.A new Online Judge, 10 years ago
-33

Do You know if in ICPC regional judge answer is after running all test cases, or they only run until a testcase where it fails?

On chromeSingle Round Match 633, 12 years ago
+8

If you are in a jump n : You need to check if exist a polygon with sides of length jump[ 0 ] ,jump[ 1 ] , ...jump[ n] and the side with length x.

So your answer is the minimum value of n.

Yes , I solved it sorting in decreasing way.