class Main{
    public static void main (String[] args) {
        int i = 10;
		while(1 == 10){
			System.out.println();
		}
    }
}