using System; public class Hello { static void Main() { var n = long.Parse(Console.ReadLine().Trim()); Console.WriteLine(n % 1000000007); } }