import java.util.*; public class Solution { /** * 解码 * @param nums string字符串 数字串 * @return int整型 */...