#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
難度
9
標籤
遞交數
10
已透過
5
上傳者