vladimirpotin's blog

By vladimirpotin, history, 8 years ago, In English

Hello guys, in the last couple of days I've been working on a script that helps me reduce example-testing time in contests.

It compiles your source, runs it with every example that is available on the problem's page and compares your output with the one from the example, it also displays 'Input', 'Your answer' and 'Expected answer' in case the test fails.

It still has some bugs so please don't blame me if something goes wrong in a contest when you use the checker.

I also intend to make it compatible with Java, Python, Javascript, C#, C, Heskell, Go and Pascal, maybe make it for MS Windows too. How many of you would be interested ? At the moment it works only with C++ sources.

This post is intended to present the checker and receive feedback ( improvements, changes, etc )

Here is the link to the github repository: Codeforces-example-checker

  • Vote: I like it
  • +13
  • Vote: I do not like it