김도현

initial commit

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