1 条题解

  • 1
    @ 2025-1-29 19:14:15
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a=20,b=22;
        swap(a,b);
        cout<<"a="<<a<<endl;//输出
        cout<<"b="<<b;//输出
    }//肥肠简单——第一题解
    
    • 1

    信息

    ID
    5799
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    62
    已通过
    26
    上传者