+ 1
Why can't inputs be done while the code is running?
I'm trying to make a code a sort guess the number game but you need more than one try but it seems to be impossible the get a input at runtime in sololearn.
2 Antworten
+ 10
its just the way it works here. compiled languages are sent to the server as text when you click run. They are compiled and run on the server. The results are sent back to the app/webpage as text and displayed.
You will have to run(compile) the code on your (a) computer to have it run as you intended
0
the server will stop every time it wait for input, so sololearn gets the input before