using System;
using System.IO;
public class Program
{
public static void Main()
Console.WriteLine(typeof(decimal).IsPrimitive);
}