cin.get()、cin.getline()、getline()、gets()函数的用法 - CSDN技术社区

cin.get()、cin.getline()、getline()、gets()函数的用法 - CSDN技术社区

瀏覽:1365
日期:2025-06-13
2012年4月11日 ... 1、cin>> 用法1:最基本,也是最常用的用法,输入一个数字: #include using namespace std; main () { int a,b; cin>>a>>b;...看更多