#include using namespace std; class SmallestInfiniteSet { public: const int length = 1010; bool nums[1010]; SmallestInfiniteSet() { for(int i = 0 ; i