File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ cmd.handler = function(argv) {
89
89
printResult ( result , 'testcase' ) ;
90
90
printResult ( result , 'answer' ) ;
91
91
printResult ( result , 'expected_answer' ) ;
92
+ printResult ( result , 'stdout' ) ;
92
93
}
93
94
94
95
// update this problem status in local cache
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ function formatResult(result) {
253
253
if ( result . judge_type === 'large' ) {
254
254
x . answer = result . code_output ;
255
255
x . expected_answer = result . expected_output ;
256
+ x . stdout = result . std_output ;
256
257
} else {
257
258
x . stdout = util . inspect ( ( result . code_output || [ ] ) . join ( '\n' ) ) ;
258
259
}
<
2F94
rect height="11.9298746" rx="2" width="100.701754" x="18.9473684" y="47.7194983">
You can’t perform that action at this time.
0 commit comments