polamin
3/8/2017 - 6:32 PM

This sum only the 2nd array only [][]<<sum this one

This sum only the 2nd array only [][]<<sum this one

public static long StairsIn20(int[][] stairs)
{
  return stairs.Sum(x => x.Sum());
}