이재용

Delete echo.txt

Showing 1 changed file with 0 additions and 13 deletions
#include <iostream>
using namespace std;
int main()
{
string str;
while(TRUE){
cout << "아무말입력" ;
cin >> str;
cout << str;
}
return 0;
}
\ No newline at end of file