svoid lispSolveQuestionsVerbose(S questions) { for (S q : toLinesFullTrim_java(questions)) lispSolveQuestionVerbose(q); }