while ((s = stdInput.readLine()) != null) {
                        if (test == -1) test = checkType(s);
                        if (n > 0) str += s + '\n';
                        n++;
                        System.out.println(s);