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

1 条评论

  • 1

信息

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