More cin’s in SoloLearn IDE? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

29th Nov 2018, 11:01 PM
Manny
Manny - avatar
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.
30th Nov 2018, 1:25 AM
John Wells
John Wells - avatar
+ 1
Write values in separate lines if I remember correctly
30th Nov 2018, 1:20 AM
Jakub Stasiak
Jakub Stasiak - avatar
+ 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.
30th Nov 2018, 9:54 AM
Manny
Manny - avatar