한봉훈

echo program

1 +#include<iostream>
2 +using namespace std;
3 +int main() {
4 + string input;
5 + cout << "ÀÔ·Â : ";
6 + cin >> input;
7 + cout << input;
8 + return 0;
9 +}
...\ No newline at end of file ...\ No newline at end of file