import java.util.*;
import java.io.*;
class StudAccount {
public static void main (String[] args)throws IOException {

TreeSet currAccounts = new TreeSet();
TreeSet oldAccounts = new...