import java.io.*;

public class Test {
public static void main (String[] args) throws Exception {
System.out.println("Test");
}

} 