Untitled
unknown
plain_text
a year ago
143 B
11
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; }