728x90
#include <iostream>
int main()
{
using namespace std;
char a, b;
cin >> a >> b;
cout << b << " " << a << endl;
return 0;
}
728x90
'Archive' 카테고리의 다른 글
백준 10430 나머지 (0) | 2020.12.01 |
---|---|
DirectX 9 를 Visual Studio 2017 에 세팅하기 (0) | 2020.12.01 |
codeup 1013 (0) | 2020.12.01 |
codeup 1012 (0) | 2020.12.01 |
codeup 1011 (0) | 2020.11.25 |