游客 Signup | Login
中文 | En

1318 - C语言程序设计教程(第三版)课后习题7.5

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

输入10个数字,然后逆序输出。

Input

十个整数

Output

逆序输出,空格分开

Examples

Input Format

1 2 3 4 5 6 7 8 9 0

Output Format

0 9 8 7 6 5 4 3 2 1