6 条题解

  • 2
    @ 2024-12-28 11:55:07
    #include<bits/stdc++.h>
    using namespace std;
    char c;
    void cyy()
    {
    	cout << "hello world";
    }
    int main()
    {
    	cyy();
    	return 0;
    }

    信息

    ID
    1
    时间
    1000ms
    内存
    32MiB
    难度
    5
    标签
    递交数
    104
    已通过
    43
    上传者