오세헌

Repo A Source

#include <iostream>
using namespace std;
int main()
{
string a;
cin >> a;
cout << a;
return 0;
}
\ No newline at end of file