//package balloon; //import java.io.BufferedReader; import java.io.IOException; //import java.io.InputStreamReader; import java.util.Arrays; import java.util.Scanner; /** * * @author tym13 */ public class Balloon { // public static BufferedReader in; /** * @param args the command line arguments */ public static void main(String[] args) throws IOException { // TODO code application logic here // in2 = new BufferedReader(new InputStreamReader(System.in)); Scanner in = new Scanner(System.in); while(in.hasNext()){ int pocet=0; pocet = Integer.parseInt( in.nextLine()); //pocet letcu String[] skup=new String [pocet]; // ulozeni cisel kazdeho letce for (int i=0; i