using System; using System.Linq; using System.Collections.Generic; class No741 { static void Main() { var n = long.Parse(Console.ReadLine())+9; var l= new List { 2, 3, 2, 2, 5, 2, 3, 7, 2, 2, 2, 3, 3}; long ans = 1; for (long i = 0; i < 9; i++) { ans = ans * (n - i); for (int j=0;j