박인호

echo

Showing 1 changed file with 15 additions and 0 deletions
1 +#include <iostream>
2 +#include <string>
3 +
4 +using namespace std;
5 +
6 +int main() {
7 + string input;
8 + cout << "ÀÔ·ÂÇϼ¼¿ä:";
9 +
10 + cin >> input;
11 +
12 + cout << input;
13 +
14 + return 0;
15 +}
...\ No newline at end of file ...\ No newline at end of file