#41419: c++ 解答


yp11351229@yphs.tp.edu.tw (809-39詹豫喬)


#include<iostream>
using namespace std;

int main()
{
    string a, b;
    cin >>a>>b;
    cout << b<<", "<<a << endl;
}