2 条题解

  • 0
    @ 2024-8-18 11:39:55
    #include<bits/stdc++.h>
    using namespace std;
    char a,b;
    int main(){
    	cin>>a>>b;
    	cout<<b<<a;
    	return 0;
    } 
    

    @柯子辰

    信息

    ID
    320
    时间
    1000ms
    内存
    64MiB
    难度
    8
    标签
    递交数
    19
    已通过
    5
    上传者