sju0924

add echo

1 +#include <iostream>
2 +#include <string>
3 +using namespace std;
4 +
5 +int main()
6 +{
7 + string str;
8 + cin>>str;
9 + cout<<str;
10 +
11 +}
...\ No newline at end of file ...\ No newline at end of file
No preview for this file type