static S isAre(int n) { ret n == 1 ? "is" : "are"; }