1 条题解

  • 0
    @ 2026-5-14 21:48:53
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"a=10"<<" "<<"b=20"<<endl;
        cout<<"a=20"<<" "<<"b=10"<<endl;
        return 0;
    }
    

    信息

    ID
    138
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    774
    已通过
    297
    上传者