第一题: import java.util.Stack; public class Partion1 { public static void main(String[] args) { // Scanner sc = new Scanner(System.in); // String s = sc.nextLine(); // int n = Integer.parseInt(s); // Partion1 partion1 = new Partion1(); // String[] res = new Str...