Run ID:147678
提交时间:2026-02-07 10:42:17
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<b<<a; return 0; }