#include<bits/stdc++.h>
using namespace std;
int main() {
    string s;
    getline(cin, s);
    cout << "Hi, " << s << ". What's the matter?";
    return 0;
}

0 条评论

目前还没有评论...

信息

ID
290
时间
ms
内存
MiB
难度
10
标签
递交数
7
已通过
3
上传者