#54636: c++豪棒棒


yp11451125@yphs.tp.edu.tw (70531)


豪棒棒

#include <iostream>
#include <string>
using namespace std;

int main() {
    string input;
    cin >> input;
    cout << "hello, " << input << endl;
    return 0;
}
豪棒棒