#398. 把每个数扩大两倍
把每个数扩大两倍
No submission language available for this problem.
Background
Special for beginners, ^_^
Description
输入 n (1<=n<=100) 个整数,把里面的数都乘以 2,然后再全部输出。
Format
Input
第一行为 n
第二行有 n 个整数
Output
乘以 2 以后的结果。
Samples
6
4 3 2 1 6 5
8 6 4 2 12 10
Limitation
1s, 1024KiB for each test case.
Related
In following homework: