sju0924

add echo

#include <iostream>
#include <string>
using namespace std;
int main()
{
string str;
cin>>str;
cout<<str;
}
\ No newline at end of file
No preview for this file type