/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package stavitel; import java.lang.Math; import java.util.Scanner; /** * * @author cteam037 */ public class Stavitel { /** * @param args the command line arguments */ public static void main(String[] args) { Scanner s = new Scanner(System.in); int pocet = s.nextInt(); int dimension[] = new int[pocet]; int poleX[], poleY[]; int result[][] = new int[pocet][2]; for(int i=0; i