Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. using System;
  2. using NUnit.Framework;
  3. using System.Linq;
  4. using System.Collections;
  5. using System.Collections.Generic;
  6.  
  7. public static class SumOfK
  8. {
  9. public static int? chooseBestSum(int t, int k, List<int> ls) {
  10. Console.WriteLine("****** Basic Tests");
  11. return 0;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement