import java.util.*; public class Main { public static void main(String[] args) { int t = 0; int a = 1; System.out.println(a / t); } }