#24529: 哪裡錯?


2544iris@gmail.com (范瑀芯)


#include <string>
using namespace std;

int main(){
string N;
cin>>N;
cout<< "hello, "<< N <<endl;
return 0;
}
#24530: Re:哪裡錯?


frankleeplayminecraft58@gmail. ... (LJH-code)


#include <string>
using namespace std;

int main(){
string N;
cin>>N;
cout<< "hello, "<< N <<endl;
return 0;
}

逗號要用半形
"hello, "