題目連結:a001. 哈囉 – 高中生程式解題系統
此題旨在使用輸入與輸出的指令—參考程式碼如下
#include<iostream>
#include<string>
using namespace std;
int main(){
string st1;
cin>>st1;
cout<<"hello, "<<st1;
return 0;
}
common page
此題旨在使用輸入與輸出的指令—參考程式碼如下
#include<iostream>
#include<string>
using namespace std;
int main(){
string st1;
cin>>st1;
cout<<"hello, "<<st1;
return 0;
}