<<<
Index
>>>
Stream Input Concept
int
one;
int
two;
std::cin >> one;
std::cin >> two;
input stream buffer:
4
5
6
\n
7
8
9
\n
...
...
<<<
Index
>>>