Exemplo n.º 1
0
 public void Test2()
 {
     Solution instance = new Solution();
     string S = @"00:01:07,400-234-090
     00:05:01,701 - 080 - 080
     00:05:00,400 - 234 - 090";
     int R = instance.solution(S);
     Assert.AreEqual(R, 900);
 }