192193194195196197198199200201202
index += iRead; } bufferedInputStream.close(); } boolean bResult = contestManager.test(contest, userLogin, task, language, srcFile, abSrcFile,
104105106107108109110111112113114
while ((iRead = bis.read(abStdinFile, index, postFileParser.upFile[1].size - index)) > 0) { index += iRead; } bis.close(); boolean bResult = contestManager.test(contest, userLogin, task, language, srcFile, abSrcFile, stdinFile, abStdinFile);