Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem2954--删数问题1
2954: 删数问题1
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
97
Solved:
69
[
Status
] [
Submit
] [Creator:
]
Description
键盘输入一个的正整数
N
(int范围
),去掉其中任意
1
个数字后剩下的数字按原左右次序将组成一个新的非负整数。编程对给定的
N
,寻找一种方案使得剩下的数字组成的新数最小。
Sample Input
Copy
174538
Sample Output
Copy
14538
HINT
输入样例2
7779
输出样例2
777
Source/Category