標題:
字串處理 (三) - 字串輸入 2
[打印本頁]
作者:
王瑞喻
時間:
2020-8-13 14:21
標題:
字串處理 (三) - 字串輸入 2
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
char str[50];
cout<<"請輸入一字串(包含空白): ";
cin.getline(str,50);
cout<<"您剛輸入的字串是: "<<str<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林羿丞
時間:
2020-8-15 10:42
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string str[50];
cout<<"請輸入一字串(包含空白): ";
cin getline(str,50);
cout<<"您剛輸入的字串是:"<<str<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張淯祺
時間:
2020-8-15 10:43
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
char str[50];
cout<<"請輸入一字串(包含空白): ";
cin.getline(str,50);
cout<<"您剛輸入的字串是: "<<str<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李穎俊
時間:
2020-8-15 10:43
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
char str[50];
cout<<"請輸入一字串(包含空白): ";
cin.getline(str,50);
cout<<"您剛輸入的字串是: "<<str<<endl;
system("pause");
return 0;
}
複製代碼
作者:
王銘鴻
時間:
2020-8-15 10:44
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
char str[50];
cout<<"請輸入一字串(包含空白): ";
cin.getline(str,50);
cout<<"您剛輸入的字串是: "<<str<<endl;
system("pause");
return 0;
}
複製代碼
作者:
朱閎聿
時間:
2020-8-15 10:46
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
char str[50];
cout<<"請輸入一字串(包含空白): ";
cin.getline(str,50);
cout<<"您剛輸入的字串是: "<<str<<endl;
system("pause");
return 0;
}
複製代碼
作者:
龔品誠
時間:
2020-8-15 10:47
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
char str[50];
cout<<"請輸入一字串(包含空白): ";
cin.getline(str,50);
cout<<"您剛輸入的字串是: "<<str<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2