엄민용

initial commit

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