예제 #1
0
 public int FindDisbalanceDiscAndGetDifference(string instructions)
 {
     return(Day8.GetMaxValue(instructions));
 }