import java.util.*; import java.io.*; public class Main { public static void main(String[] args) throws IOException, ClassNotFoundException { // Scanner sc = new Scanner(new File("ONLINE.in")); Scanner sc = new Scanner(System.in); int t = sc.nextInt(); while(t-->0){ String s = sc.next(); Stack a = new Stack<>(); for(int i=0;i