1 条题解

  • 0
    @ 2024-10-13 19:45:31

    #include #include using namespace std; int main(){ int a,b,temp; cin>>a>>b; temp=a; a=b; b=temp; cout<<a<<' '<<b; return 0; }

    信息

    ID
    30
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    递交数
    105
    已通过
    56
    上传者