1 2 3 4 5 6
public class Run { public static void main(String []argv) { new A_yes().m(); new B_no().m(); } }