Beispiel #1
0
 public int Soal2(InputSoal input)
 {
     return(_service.ConsecutiveOnes(input.input2.ToList()));
 }