윤성아

echo program

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