8 条题解

  • -2
    @ 2025-12-17 20:52:58
    using namespace std;
    int main()
    {
    	srand(time(NULL));
    	cout<<rand();
    	return 0;
    }
    
    

    信息

    ID
    6804
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    202
    已通过
    58
    上传者