192 days ago I would have never thought I would be this close to completing codeforces.
299 problems solved. Just shy of 300, which is just shy of 301, which is just shy of 302, which is...
...just shy of 9,998, which is just shy of 9,999, which is just shy of 10,000.
Now that I am close to completing codeforces, I have a few comments on what makes a good problem,
Please do not include heavy math in problems. Topics like Chinese remainder theorem and long division are too complicated for someone new to understand without 10 years of practice.
Please make all problems interactive. Interactive problems are the most creative in my opinion, and its odd we haven't had a fully interactive contest yet.
Only use one test case that is given to the participant. Having multiple test cases can result in the infamous WA2, which is not the fault of the participant, but at the fault of the problemsetter.
Hopefully this can help some people write problems.
also can I become a setter for the next round thanks I have some good ideas




