#OLD325. problem6

problem6

Description

输入一个正整数x(x<=9999),如果该数有四位数字则直接输出,不足四位数在前则补零。

Format

Input

123

Output

0123

Samples

123
0123

Hint