using System; class No299{ static void Main(){ var i=Int32.Parse(Console.ReadLine()); Console.WriteLine(316+(52*i)); } }