Problem E. array
题号:NC229644
时间限制:C/C++/Rust/Pascal 1秒,其他语言2秒
空间限制:C/C++/Rust/Pascal 256 M,其他语言512 M
64bit IO Format: %lld

题目描述

Given two integer arrays ,Bob wants to know the array


输入描述:

The first line is a positive integer 

The second line is  integers

The third line is  integers


输出描述:

Output a line of    integers 
示例1

输入

复制
5
3 2 4 7 5
8 9 6 1 0

输出

复制
14 12 12 15 16