class Punkt2{ int x, y; public Punkt2(int uus_x, int uus_y){ x=uus_x; y=uus_y; } }