abstract class PracticeGenerator { bool check(int other); void next(); String toString(); }