using System; class Program { static void Main() { Console.WriteLine("285714"[(int.Parse(Console.ReadLine()) - 1) % 6]); } }