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