1 条题解

  • 0
    @ 2025-12-17 20:42:47

    #include<bits/stdc++.h> using namespace std; int main() { srand(time(NULL)); cout<<rand(); return 0; }

    • 1

    信息

    ID
    416
    时间
    1000ms
    内存
    125MiB
    难度
    1
    标签
    (无)
    递交数
    0
    已通过
    0
    上传者