using System; namespace N { class P { static void Main(string[] args) { Console.WriteLine("decimal" + "\n" + Console.ReadLine()); } } }