static L> testAnswerFunction(S input) { L> l = new L; for (S s : toLinesFullTrim(input)) l.add(pair(s, callAnswerFunctionVerbose(s))); ret l; }