We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rime/rime/basic/codes.py
Lines 79 to 82 in 1194c9d
解答コードの実行時はここで errfile が指定されており、標準エラー出力が握りつぶされている。
errfile
逆に DOMJudgeReactiveTask が解答コードを実行する際は、何も指定していないため、標準エラー出力がそのまま標準出力にリダイレクトされている。
DOMJudgeReactiveTask
どちらの場合でも、解答コードのエラー出力を rime-out以下に吐き出すことができると良さそうです。
The text was updated successfully, but these errors were encountered:
Save solution's stderr to a file under rime-out
d9d9302
Fixes icpc-jag#101
05a2a9d
19b0131
tossy310
Successfully merging a pull request may close this issue.
rime/rime/basic/codes.py
Lines 79 to 82 in 1194c9d
解答コードの実行時はここで
errfile
が指定されており、標準エラー出力が握りつぶされている。逆に
DOMJudgeReactiveTask
が解答コードを実行する際は、何も指定していないため、標準エラー出力がそのまま標準出力にリダイレクトされている。どちらの場合でも、解答コードのエラー出力を rime-out以下に吐き出すことができると良さそうです。
The text was updated successfully, but these errors were encountered: