sS ptWithSlashes(Pt p) { ret p == null ? "null" : p.x + "/" + p.y; }