Problem 3

0

0 votes
Very-Easy
Problem

Solve:

example 1
input
4 2 5 1 3 6
4 5 2 6 3 1
output
1 2 4 5 3 6

example 2
input
19 13 1 69
19 13 69 1
output
1 13 19 69

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?