Price labels
The company "Black Label" has received two orders for manufacturing supermarket price labels. Each order specifies the number of labels and the prices to be printed. Your task is to print all the unique prices for which labels will be manufactured after completing both orders. Each price should be printed only once.
Input
The first line contains the number of price labels for the first supermarket. The second line contains a list of prices to be printed for the first supermarket. The third line contains the number of price labels for the second supermarket. The fourth line contains a list of prices to be printed for the second supermarket. All numbers are integers and do not exceed .
Output
Print the unique prices that will be printed on the labels, with each price appearing only once. The prices should be printed in ascending order.