1 条题解

  • 0
    @ 2026-3-24 18:37:56

    最困难的一集

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        ios::sync_with_stdio(0);cin.tie(0);
        //freopen(".in","r",stdin);
        //freopen(".out","w",stdout);
        cout<<"hello world";
        return 0;
    }
    
    • 1

    信息

    ID
    1
    时间
    1000ms
    内存
    32MiB
    难度
    7
    标签
    递交数
    16
    已通过
    10
    上传者