if (a == b && b == c && a ==c) System.out.print(a + " " + b + " " + c); else if (b == c){System.out.print(b +" "+ c);}