Skip to content

Commit d3ce33c

Browse files
committed
fix
1 parent a565d1a commit d3ce33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uxs/faster-than-quick/results.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<?php
3434
} else if ($results_meta["status"] == "error") {
3535
if (file_exists("{$case_dir}/run/{$problem_hash}.2")) {
36-
suncae_log_error("problem {$id} error: " . file_get_contents("{$case_dir}/run/{$problem_hash}-check.2"));
36+
suncae_log_error("problem {$id} error: " . file_get_contents("{$case_dir}/run/{$problem_hash}.2"));
3737
?>
3838
<pre class="small alert alert-danger"><?=file_get_contents("{$case_dir}/run/{$problem_hash}.2")?></pre>
3939
<button class="btn btn-lg btn-outline-success w-100" onclick="relaunch_solving('<?=$problem_hash?>')">

0 commit comments

Comments
 (0)