#1312. python-数字排列-数字1~3排列组合成3位数字,并全部打印出来

python-数字排列-数字1~3排列组合成3位数字,并全部打印出来

Background

Description

数字1~3排列组合成3位数字,并全部打印出来

Format

Input

Output

Samples


123
132
213
231
312
321

Limitation

1s, 1024KiB for each test case.