#34535: 基礎解法


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

學校 : 臺北市私立延平高級中學
編號 : 196816
來源 : [203.72.178.1]
最後登入時間 :
2024-01-12 16:28:34
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.1] | 發表日期 : 2023-03-28 13:07

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