Help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Help

"looks like your program needs input split multiple inputs into separate lines" sometimes appears these message when I run my code. what I do? https://code.sololearn.com/c95fAdvdT6mp/?ref=app

3rd May 2017, 1:19 AM
Alexandre Filho
Alexandre Filho - avatar
5 Answers
+ 18
E.g. cin >> age; cin >> height; cin >> weight; In input box: 16 150 39
3rd May 2017, 4:37 AM
Hatsy Rei
Hatsy Rei - avatar
+ 15
if your code require more than 1 input you have to type one by one into separated line. in your code it just need one input. so you just need to type one value.
3rd May 2017, 1:29 AM
Agus Mei
Agus Mei - avatar
+ 15
You are welcome
3rd May 2017, 2:09 AM
Agus Mei
Agus Mei - avatar
+ 9
Ohhhh It's input box of Sololearn -_-
3rd May 2017, 1:21 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 2
thank you!
3rd May 2017, 1:44 AM
Alexandre Filho
Alexandre Filho - avatar