임연수

add echo program

Showing 1 changed file with 12 additions and 0 deletions
#include <iostream>
#include <string>
using namespace std;
int main()
{
string std;
cin >> std;
cout << std;
return 0;
}