0

How to fix the next error?

Separate multiple entries through separate lines

26th Apr 2017, 8:20 AM
Снежка
5 ответов
+ 3
it is web based so got to give it a break. All inputs must be given at runtime for a c++ program on code playground. if your program is cout <<"enter two numbers" cin >> a cin >> b cout << a+b; you would need to enter two lines with a number on each say 1 and 2 like this 1 2
26th Apr 2017, 1:58 PM
jay
jay - avatar
0
I assume you mean in sololearn?
26th Apr 2017, 11:54 AM
Jason Hoffman
Jason Hoffman - avatar
0
My program does not start, when i write (cin>>a; cin>>b;) or (cout<<"Hello! Write number\n"; cin>>a;)
26th Apr 2017, 12:13 PM
Снежка
0
Yes, in sololearn
26th Apr 2017, 12:15 PM
Снежка
0
Jason, thank you! Everything became clear to me
26th Apr 2017, 3:40 PM
Снежка