using static System.Console;
public class Program {
public static void Main() {
WriteLine(123456789 / 10);
}