We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes the checkers interact with the program through stdin/stdout. This might be a good feature for competitive programming style problems.
Requested by Armen Andreasyan.
The text was updated successfully, but these errors were encountered:
We should probably have 2 threads to read from the subprocesses. And there are 3 processes:
We can read the outputs of the submission as soon as it flushes to stdout:
for line in p.stdout: out += line
Sorry, something went wrong.
No branches or pull requests
Sometimes the checkers interact with the program through stdin/stdout.
This might be a good feature for competitive programming style problems.
Requested by Armen Andreasyan.
The text was updated successfully, but these errors were encountered: