using System; using System.Linq; class No99{ static void Main(){ Console.WriteLine((Int32.Parse(Console.ReadLine()))%2); } }