package yukicoder; import java.util.*; public class P587 { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner(System.in); HashMap m = new HashMap<>(); String s = sc.nextLine(); for(int i=0; i e : m.entrySet()) { if(e.getValue() == 2) two++; if(e.getValue() == 1) { one++; ans = e.getKey(); } } if(two==6&&one==1) { System.out.println(ans); } else { System.out.println("Impossible"); } } else { System.out.println("Impossible"); } } // print static void print(String s) { System.out.println(s); } // union find lib // usage: // 最初にinitを呼ぶ // root: 直接は呼ばないで // unite: まとめる // same: グループ判定 static void init(int par[], int N) { for(int i=0; i=n-k+1; i--) { ans = (ans * i)%mod; } for(long i=k; 0