#34535: 基礎解法


yp11151246@yphs.tp.edu.tw (702-44)

School : 臺北市私立延平高級中學
ID : 196816
IP address : [203.72.178.1]
Last Login :
2023-05-09 13:21:54
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.1] | Post Date : 2023-03-28 13:07

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