Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <string>
- using namespace std;
- int main()
- {
- string str;
- getline(cin, str);
- cout << "< " << str << " >" << endl;
- cout << " \\ ^__^" << endl;
- cout << " (oo)\\_______" << endl;
- cout << " (__)\\ )\\/\\" << endl;
- cout << " ||----w |" << endl;
- cout << " || ||" << endl;
- return (0);
- }
Add Comment
Please, Sign In to add comment