#38568: c++ ANS


yp11251077 (702-42 劉旻燁)

學校 : 臺北市私立延平高級中學
編號 : 239198
來源 : [203.72.178.1]
最後登入時間 :
2024-01-04 17:27:36
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.1] | 發表日期 : 2023-12-07 17:43

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

 
ZeroJudge Forum