#38601: C++ ANS


106176@stu.mhups.tp.edu.tw (04劉旻燁)

學校 : 不指定學校
編號 : 257889
來源 : []
最後登入時間 :
2023-12-09 19:25:39
a001. 哈囉 -- Brian Kernighan | From: [223.137.193.197] | 發表日期 : 2023-12-09 19:27

#include <iostream>
using namespace std;
int main() 
{
  string a;
  cin>>a;
  std::cout << "hello, "<<a<< "\n";
}

 
ZeroJudge Forum