static float score(Scored s) { ret s == null ? 0 : s.score(); }