import java.util.Arrays; public class mc_q18 { public static void main(String[] args) { System.out.println( 404 / 10 * 10 + 1 ); } }