0
More cinâs in SoloLearn IDE?
Hello there, if itâs possible too ask for more than one std::cin >> in the SoloLearn-IDE? If yes, how it works?
3 Answers
+ 4
The non-web programs run on a remote server. Before the code is given to the server, a prompt is displayed for all of your inputs. You can enter multiple lines of data for multiple cin calls. Once you submit the data, your code is compiled and/or run on the server with the data. All text output is collected. Once the program exits or is stopped for needing too much time, the output is sent to you for display.
+ 1
Write values in separate lines if I remember correctly
+ 1
Good morning :)
Thank you very much for the fast answers!!
Sorry for wasting your time!! I've don't read the information text in the input box!! :/
Maybe it was a little bit to late in Germany to solve some problems in code ^^
Have a nice weekend and thanks again.