Untitled
Anonymous
plain_text
07/21/2024 4:30 PM
192 B
19
Indexable
#include <iostream>
using namespace std;
int main()
{
string name;
cin>>name;
cout<<"Hello, "<<name;
return 0;
}
Editor is loading...
Leave a Comment
#include <iostream>
using namespace std;
int main()
{
string name;
cin>>name;
cout<<"Hello, "<<name;
return 0;
}