摘要:
给定两个整数A和B。编写函数,返回将整数A转变成整数B所需要改变的数位个数。 import java.util.*; public class Transform { public int calcCost(int A, int B) { // write code here return Inte 阅读全文
posted @ 2020-10-29 14:23
.geek
阅读(332)
评论(0)
推荐(0)
2020年10月29日 #