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