Rozwiązanie


class Para {
  int a;
  int b;

  void set(int x, int y) 
    a = x;
    b = y:
  }
}