김진호

echo program added

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