a = input() + " " + input()
b = input() + " " + input()
print(a, b, sep = "\n")
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a = input() + " " + input()
b = input() + " " + input()
print(a, b, sep = "\n")