+ 1
Hello world Hello friendsđźđ·. Please guide me. Help
In this application, when you run the source you can only get one string input, and when the program needs to get more threads than the input, the source will run incomplete. Is there a solution to this problem  please guide me
1 Answer
+ 3
Unfortunately the method by ~ swim ~ is the only way for now. The App takes all inputs at once, sends them to the server in one go where the code is compiled (if required) and executed and receives the output back from the server. It's different from the interactive command line in the case where the code is built and executed on the same computer as where you are entering data.