This sum only the 2nd array only [][]<<sum this one
public static long StairsIn20(int[][] stairs) { return stairs.Sum(x => x.Sum()); }