jimin

hellow world

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