You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a java game controller code which runs each of the following contestants code in separate container and print their responses.
There two contestant's code. One is written in C. Another one in Python.
The players code will read each line from STDIN and output response in STDOUT
input: "bsadd "
output: "Hello "
The text was updated successfully, but these errors were encountered:
Write a java game controller code which runs each of the following contestants code in separate container and print their responses.
There two contestant's code. One is written in C. Another one in Python.
The players code will read each line from STDIN and output response in STDOUT
input: "bsadd "
output: "Hello "
The text was updated successfully, but these errors were encountered: