Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- std::istringstream input(
- "[first]\n"
- "a= b\n"
- "b =a\n"
- "c = c\n"
- );
- std::istringstream input(
- "[first] \n"
- "a=b \n"
- "b=a "
- );
- std::istringstream input(
- " [first]\n"
- " a=b\n"
- " b=a"
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement