@ -11,4 +11,4 @@ public interface QuestionGenerator {
* @return 生成的题目
*/
String generateQuestion(int[] operands, Random random);
}