윤성아

echo program

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