class Program01 { public static void main(String args[]) { final int ALAPFIZETES = 200000; System.out.println(ALAPFIZETES); } }