이재용

echo

Showing 1 changed file with 13 additions and 0 deletions
1 +#include <iostream>
2 +using namespace std;
3 +
4 +int main()
5 +{
6 +string str;
7 +while(TRUE){
8 +cout << "아무말입력" ;
9 +cin >> str;
10 +cout << str;
11 +}
12 +return 0;
13 +}
...\ No newline at end of file ...\ No newline at end of file