Merge the sequences
Execution time limit is 0.5 seconds
Runtime memory usage limit is 128 megabytes
Two sorted sequences are given. Merge them.
Input
First line contains the length of the first sequence , followed by sorted integers.
Second line contains the length of the second sequence , followed by sorted integers.
Output
Merge two given sequences and print the result in one line.
Examples
Input #1
Answer #1
Submissions 4K
Acceptance rate 34%