public class System { public static void Halt(short n) { java.lang.System.exit(n); } }