0
How to fix the next error?
Separate multiple entries through separate lines
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
0
I assume you mean in sololearn?
0
My program does not start, when i write (cin>>a; cin>>b;) or (cout<<"Hello! Write number\n"; cin>>a;)
0
Yes, in sololearn
0
Jason, thank you! Everything became clear to me