import java.util.*; import java.math.BigInteger; public class Solution { public String solve (String s, String t) { if(t == ""){  ...