How does the Codeforces feature in the Intellij edu plugin automatically test all input files?
The Codeforces feature in the Intellij edu plugin runs all of the input files in a test data directory and compares in against all of the output files. Is there a way to do this for other contests?
For other contests, I am redirecting stdin to each input file individually and comparing it to the output file manually which is very time-consuming.
请先登录再写评论。
I think online-judge-tools is the best way for auto verify sample.
This tools is for Codeforces, AtCoder, and other so many competitive programming contest.
https://github.com/online-judge-tools/oj
But this is not plugin for JetBrains IDE, but used from command line.