#39411: 程式碼


yp11251009@yphs.tp.edu.tw (701-24林秉弘(百花撩亂))

學校 : 臺北市私立延平高級中學
編號 : 237272
來源 : [203.72.178.1]
最後登入時間 :
2024-05-02 17:36:13
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.1] | 發表日期 : 2024-02-16 16:19

#include<iostream>
using namespace std;

int main()
{

    char a[10];
    cin >> a;
    cout <<"hello, ";
    cout << a;
    return 0;
}
 
ZeroJudge Forum