1 条题解

  • 0
    @ 2025-11-30 14:30:04
    #include<iostream>
    using namespace std; 
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<b<<" "<<a;	
    	return 0;
    }
    
    • 1

    信息

    ID
    2002
    时间
    1000ms
    内存
    256MiB
    难度
    8
    标签
    (无)
    递交数
    11
    已通过
    8
    上传者