Run ID:126160
提交时间:2025-07-16 15:59:29
#include<bits/stdc++.h> using namespace std; int main() { int a, b; cin >> a >> b; cout << b << " " << a; }