目录在:/etc/yum.repos.d
[rootgip yum.repos.d]# pwd
/etc/yum.repos.d
[rootgip yum.repos.d]# ls
bak CentOS-Base.repo
[rootgip yum.repos.d]# cat CentOS-Base.repo # CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the clien…
402. Remove K Digits
Given string num representing a non-negative integer num, and an integer k, return the smallest possible integer after removing k digits from num.
Example 1: Input: num “1432219”, k 3 Output: “1219” Explanation: Remove the th…