提交时间:2025-12-20 14:32:52
运行 ID: 76907
#include<iostream> using namespace std; int main() { int h,s; cin>>h>>s; cout<<s<<" "<<h; return 0; }