Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public static class SumOfK
  2. {
  3. public static int? chooseBestSum(int t, int k, List<int> ls) {
  4. // your code
  5. //Console.WriteLine(ls[0]);
  6. return -1;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement