3 条题解

  • -2
    @ 2025-10-15 18:13:51
    #include<iostream>
    #include<string>
    using namespace std;
    int main()
    {
    	string a;
    	a = "Hello,World!" 
    	cout<<a;
    	return 0;
    } 
    

    信息

    ID
    6805
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    23
    已通过
    12
    上传者