1 条题解

  • 0
    @ 2025-8-22 16:02:26

    打印

    #include<bits/stdc++.h>
    using namespace std;
    int a,b;
    int main(){cin>>a>>b;
    	printf("a=%d b=%d\na=%d b=%d",a,b,b,a);
    	return 0;
    }
    

    信息

    ID
    156
    时间
    1000ms
    内存
    64MiB
    难度
    7
    标签
    递交数
    22
    已通过
    8
    上传者