1 条题解

  • 1
    @ 2024-8-5 19:53:19

    对于这道题的通过率:What can I say?

    #include<iostream>
    using namespace std;
    
    int main(){
        string s;
        cin>>s;
        cout<<"Hi, "<<s<<". What's the matter?";
    }
    
    • 1

    信息

    ID
    325
    时间
    1000ms
    内存
    64MiB
    难度
    7
    标签
    递交数
    28
    已通过
    9
    上传者