class BowlingGame { void roll(int pins) { throw UnimplementedError(); } int score() { throw UnimplementedError(); } }