L1-045 宇宙无敌大招呼 分数 5

// 37"
#include <iostream>
using namespace std;
int main()
{
    string s;
    cin >> s;
    cout << "Hello " << s;
    return 0;
}
posted @ 2024-08-05 22:00  Frodnx  阅读(21)  评论(0)    收藏  举报