class a { public static void main(String args[]) { int d,s; d=0; s=42/d; System.out.println(s); } }