📜  如何在 C++ 中的同一行中获取多个 int 输入 - TypeScript 代码示例
📅  最后修改于: 2022-03-11 14:48:12.046000             🧑  作者: Mango
代码示例1
cout << "Enter the values of a and b" << endl;
cin >> a >> b; //cascading the cin operator