Seung Taek

A_echo

Showing 1 changed file with 13 additions and 0 deletions
#include <iostream>
using namespace std;
int main() {
string input;
while (true) {
cin >> input;
cout << input << endl;
}
return 0;
}
\ No newline at end of file