using static System.Console;
using static System.Math;
public class Program {
public static void Main() => WriteLine(Sin(12));
}