# | Line 54 | Line 54 | ios::PrintWriter& operator<<(ios::PrintW | |
---|---|---|
54 | line.replace(position, 37, ""); | |
55 | } | |
56 | ||
57 | < | pout << line << '\n'; |
57 | > | pout << line << "\n"; |
58 | } | |
59 | while (pin.good()); | |
60 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |