16 条题解

  • 1
    @ 2025-10-25 18:51:34
    #include<bits/stdc++.h>
    using namespace std;
    int a,b; 
    int main(){
    	cin >> a >> b;
    	cout << b << " " << a;
    	return 0;
    }
    
    

    信息

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