하재정

add echo.cpp

Showing 1 changed file with 8 additions and 0 deletions
1 +#include <iostream>
2 +#include <string>
3 +
4 +int main() {
5 + std::string input;
6 + std::cin >> input;
7 + std::cout << input;
8 +}
...\ No newline at end of file ...\ No newline at end of file