猿辅导笔试7.31第二题 自测都能过,提交0% // //修改过后 import java.util.Scanner; import java.util.Stack; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String boxs = sc.nextLine(); int n = boxs.length(); int ret = 0; ...