输入:cin>>
输出:cout<<
换行符:endl
表示输入输出空格:cin>>" ";cout<<" "
无具体次数的多组输入:while(cin>> ){ }
一般头文件:#include
using namespace std;
"万能"头文件:#include
using namespace std;

输入:cin>>
输出:cout<<
换行符:endl
表示输入输出空格:cin>>" ";cout<<" "
无具体次数的多组输入:while(cin>> ){ }
一般头文件:#include
using namespace std;
"万能"头文件:#include
using namespace std;