I don't know why but when i write c++ code with an input it says "split your inputs " and so on what is the solution please? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I don't know why but when i write c++ code with an input it says "split your inputs " and so on what is the solution please?

27th Mar 2022, 5:59 PM
YabSolo
2 Answers
+ 1
The solution -- as so often -- is reading the message and doing what it says.
27th Mar 2022, 6:06 PM
Simon Sauter
Simon Sauter - avatar
0
This is because it's a web based compiler you have to provide every input before sending program for compilation. However you can try on real ide to get the usual behavior.
27th Mar 2022, 7:18 PM
Z3ro