提交时间:2024-02-26 13:10:36

运行 ID: 132878

#include <bits/stdc++.h> using namespace std; signed main() { string a,b; cin >> a >> b; cout << b << ' ' << a << '\n'; return 0; }