编程题1:只过了90% //public class Main{ // public static void main(String[] args){ // Scanner sc = new Scanner(System.in); // int T = Integer.parseInt(sc.nextLine().trim()); // while(T-- > 0){ // int n = Integer.parseInt(sc.nextLine().trim()); // Stack<...