Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.07 KB | None | 0 0
  1. char c;
  2. std::string s;
  3. while (std::cin >> c) {
  4.     std::cin >> s;
  5.     /* */
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement