0
How to we enter the cin>> the datas in one line
5 Réponses
+ 8
You can also input as
1 2
for
cin >> x >> y;
On here, it makes no difference.
+ 7
Code Playground?
E.g.
cin >> x >> y;
You split multiple input into different lines.
1
2
+ 3
I want to ask, should I focus in one programming language?
0
i ask how to input the look like 1 2 this type
0
no i ask split multiple input into same line