#B. 【例52.2】 序列倒置

    Type: Default 1000ms 256MiB

【例52.2】 序列倒置

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

给定一个正整数序列,请将这个序列倒置后输出。

输入格式

输入包括一行,即给定的正整数序列,正整数之间用空格隔开。
总个数不超过 10410^4,每个数的范围在[11,10410^4]。

输出格式

包括一行,即倒置后的序列。

样例

3 7 2 1
1 2 7 3

动态数组

Not Claimed
Status
Done
Problem
7
Open Since
2024-7-13 0:00
Deadline
2024-7-15 23:59
Extension
24 hour(s)