可以用gets函丛早数解决渗耐雀,代码如下亩哪:
可以用gets函数解决,代码如下:
#include
int main()
{
char str1[20];
printf("请str1输入字符串(gets方式):\n"配辩);
培野缺脊兆 gets(str1);
printf("下面输出str1(puts方式):\n");
puts(str1);
return 0;
}
#include
#include <手知兄iostream>
using namespace std;
void main()
{
string line;
getline(cin, line);
cout <<猛码 line <<毕袭 endl;
}
#include
using namespace std;
int main() {
char arr[20];
cin >>咐腔 arr;
cout <衡滚衫< arr;
}