Four Digits
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
[ABC222A] Four Digits
题目描述
输入一个在 到 之间的自然数,将其输出,如果不足 位则在前面补 补足 位后输出。
输入格式
一个自然数 。
输出格式
一个长度为 的整数。
输入输出样例 #1
输入 #1
321
输出 #1
0321
输入输出样例 #2
输入 #2
7777
输出 #2
7777
输入输出样例 #3
输入 #3
1
输出 #3
0001
说明/提示
数据范围
- 是整数
20250304集训
- Status
- Done
- Rule
- IOI
- Problem
- 8
- Start at
- 2025-3-4 19:00
- End at
- 2025-3-4 21:12
- Duration
- 2.2 hour(s)
- Host
- Partic.
- 12