2 条题解

  • 1
    @ 2025-8-7 10:27:37
    #include<bits/stdc++.h>
    using namespace std;
    int main() 
    {
    	char a[101];
    	cin>>a;
    	cout<<"Hi, "<<a<<". What's the matter?";
    	return 0;
    }
    

    信息

    ID
    324
    时间
    1000ms
    内存
    64MiB
    难度
    7
    标签
    递交数
    48
    已通过
    11
    上传者