class Test { public static void main(String[] args) { int x = 0; int y = 5; System.out.printf("%d\n", x / y); } }