15 条题解

  • 1
    @ 2025-8-6 13:44:54

    #include<bits/stdc++.h> using namespace std;

    int main() { int a,b,temp; cin>>a>>b; temp = a; a = b; b = temp; cout<<a<<" "<<b; return 0; }

    信息

    ID
    851
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    1628
    已通过
    698
    上传者