In newer problems on CodeForces and other sites, I usually see multi-test inputs that say something like "it is guaranteed that sum of $$$n$$$ over all testcases does not exceed XXXXX".
I am unable to figure out how to implement such a generator in Polygon. Can someone tell me how exactly I should go about this?