#5: c++.01


011179@stu.nknush.kh.edu.tw (高中011179潘彥丞)

學校 : 不指定學校
編號 : 831
來源 : [163.32.92.91]
最後登入時間 :
2023-06-14 08:51:00
a001. 哈囉 -- Brian Kernighan | From: [163.32.92.91] | 發表日期 : 2023-05-03 08:48

#include <bits/stdc++.h>
using namespace std;

int main()
{
    char name[55];

    cin >> name;
    cout << "hello, " << name << endl;

    return 0;
}
 
ZeroJudge Forum