#2302. C++-数据存储与读入-输入一个三位数,求出数x百位、十位和个位的三个数字

C++-数据存储与读入-输入一个三位数,求出数x百位、十位和个位的三个数字

Background

Description

输入一个三位数,求出数x百位、十位和个位的三个数字

Format

Input

Output

Samples

123
1
2
3

Limitation

1s, 1024KiB for each test case.

Statistics

Related

In following contests:

数据存储与读入

In following homework:

练习题