import static java.lang.Math.*; public class StartClass { public static void main(String[] args) { System.out.println(max(1, 2)); } }