3 条题解

  • 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;
    }
    
    • 0
      @ 2025-10-1 17:49:31
      • [ ] 1. - > 你看你妈呢?</u>
      • 0
        @ 2024-11-17 15:43:49
        #include<bits/stdc++.h>
        using namespace std;
        int main()
        {
        char a[100],b,c;
        scanf("%s",a);
        cout<<"Hi, " <<a<<". What's the matter?";
         //只有神才能感受到敲代码的乐趣,如何成为神?答案就是撸代码!
        	return 0;
        }
        
        
        
        • 1

        信息

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