박인호

echo

Showing 1 changed file with 16 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 +
11 + cin >> input;
12 +
13 + cout << input;
14 +
15 + return 0;
16 +}
...\ No newline at end of file ...\ No newline at end of file