#D. A - Four Digits

    传统题 1000ms 256MiB

A - Four Digits

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

A - Four Digits

Score : $100$ points

Problem Statement

You are given an integer $N$ between $0$ and $9999$ (inclusive).

Print it as a four-digit string after appending to it the necessary number of leading zeros.

Constraints

  • $0 \leq N \leq 9999$
  • $N$ is an integer.

Input

Input is given from Standard Input in the following format:

NN

Output

Print the answer.


321
0321

$321$ has three digits, so we need to add one leading zero to it to make it have four digits.


7777
7777

1
0001

2025寒假ATC码力训练营第二次练习

未参加
状态
已结束
规则
IOI
题目
6
开始于
2025-1-19 13:00
结束于
2025-1-19 14:30
持续时间
1.5 小时
主持人
参赛人数
4