Hello world Hello friends🇮🇷. Please guide me. Help | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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

7th Sep 2019, 10:51 PM
Milad7
Milad7 - avatar
1 Antwort
+ 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.
8th Sep 2019, 12:27 AM
Sonic
Sonic - avatar