import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner koko = new Scanner(System.in); int n = koko.nextInt(); String[] moto = new String[n]; long[] chicchai = new long[n]; for(int i=0; i