We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a565d1a commit d3ce33cCopy full SHA for d3ce33c
1 file changed
uxs/faster-than-quick/results.php
@@ -33,7 +33,7 @@
33
<?php
34
} else if ($results_meta["status"] == "error") {
35
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"));
+ suncae_log_error("problem {$id} error: " . file_get_contents("{$case_dir}/run/{$problem_hash}.2"));
37
?>
38
<pre class="small alert alert-danger"><?=file_get_contents("{$case_dir}/run/{$problem_hash}.2")?></pre>
39
<button class="btn btn-lg btn-outline-success w-100" onclick="relaunch_solving('<?=$problem_hash?>')">
0 commit comments