1 条题解

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

    信息

    ID
    517
    时间
    2000ms
    内存
    125MiB
    难度
    9
    标签
    递交数
    0
    已通过
    0
    上传者