Interactive stdin #73
Replies: 4 comments 19 replies
-
Btw, can we run x instances of judge on x cores? That would be great if we could customize the core the judge should run on. |
Beta Was this translation helpful? Give feedback.
9 replies
-
You may use the streaming protobuf interface to pipe stdin and stdout. Or you may create fifo pipe file and pass it as file with |
Beta Was this translation helpful? Give feedback.
1 reply
-
Btw, CPU restriction refers to logical cores or physical cores? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it even possible to pipe standard input to the isolated program? I'm trying to implement interactive mode for problems.
Beta Was this translation helpful? Give feedback.
All reactions