오세헌

Repo A Source

1 +#include <iostream>
2 +using namespace std;
3 +
4 +int main()
5 +{
6 + string a;
7 + cin >> a;
8 +
9 + cout << a;
10 + return 0;
11 +}
...\ No newline at end of file ...\ No newline at end of file