12 条题解

  • 1
    @ 2025-3-17 21:42:01

    #include #include <math.h> #include <stdio.h> using namespace std; int main(){ int a,b; cin >> a >> b; swap(a,b); cout << a << " " << b; return 0; }

    信息

    ID
    851
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    1553
    已通过
    657
    上传者