#24529: 哪裡錯?


2544iris@gmail.com (范瑀芯)

學校 : 不指定學校
編號 : 146797
來源 : [120.104.3.17]
最後登入時間 :
2021-09-30 16:00:40
a001. 哈囉 -- Brian Kernighan | From: [110.28.3.116] | 發表日期 : 2021-03-02 13:57

#include <string>
using namespace std;

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


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

學校 : 高雄市立前鎮高級中學
編號 : 119456
來源 : [140.114.217.88]
最後登入時間 :
2024-09-02 22:58:20
a001. 哈囉 -- Brian Kernighan | From: [112.78.91.105] | 發表日期 : 2021-03-02 14:09

#include <string>
using namespace std;

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

逗號要用半形
"hello, "

 
ZeroJudge Forum