+ 1
Python question
given two list each with M members chose one member from each list that their sum is maximum but not greater than N print how many such elements are there whose sum is not greater than N
1 Answer
+ 6
The normal procedure in SL is that if you ask for help from the community, you first should go in coding as far as you can, then publish your code here. Is there anything you can show?