Skip to main content
added 13 characters in body
Source Link
janos
  • 113.1k
  • 15
  • 154
  • 396

yourYour code is not working for this casesome cases.  Consider anfor example input 1 1 2 2 4,the ans. The answer should be 6, but your code is returningreturns 1.

your code is not working for this case.Consider an input 1 1 2 2 4,the ans should be 6 but your code is returning 1.

Your code is not working for some cases.  Consider for example input 1 1 2 2 4. The answer should be 6, but your code returns 1.

Source Link

your code is not working for this case.Consider an input 1 1 2 2 4,the ans should be 6 but your code is returning 1.