#45768: c++ AC


yp11351170@yphs.tp.edu.tw (702-37謝博宇)

學校 : 臺北市私立延平高級中學
編號 : 301675
來源 : [203.72.178.1]
最後登入時間 :
2025-09-12 15:29:05

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