엄성진

add code

Showing 1 changed file with 11 additions and 0 deletions
#include <iostream>
using namespace std;
int main()
{
string str;
cin >> str;
cout << str;
return 0;
}
\ No newline at end of file