#22832: 答案


J123310633 (RAY)

學校 : 臺北市私立延平高級中學
編號 : 128507
來源 : [180.176.211.127]
最後登入時間 :
2022-02-26 00:44:35
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.252] | 發表日期 : 2020-10-06 16:26

 #include <iostream>

using namespace std;
int main()
  
{
	char A[20];
	cin>>A;
	//cout<<A;
  cout<<"hello, "<<A<<endl;
  return 0;
}
//嘿嘿
 
ZeroJudge Forum