import java.util.Vector;
import java.lang.Boolean;
import java.lang.Object;
class Pair<T, U> {
T x;
U y;
fst () {
return x;
}
snd () {
return y;