package b; import static a.C2.*; import static b.C1.*; public class C3 { public static void main(String[] args) { System.out.println(A + B); } }