Skip to content

Commit

Permalink
Update problem.php (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiang-88 authored Nov 6, 2024
1 parent 5ac9240 commit bdf4a01
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions trunk/web/template/syzoj/problem.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@
</h1>
</div>
<div class="row" style="margin-top: -15px">
<span class="ui label"><?php echo "文件提交" ?><?php
if(file_exists($solution_file)){
echo("<span class='red-bold'>文件名:$filename</span>");
}else{
echo("<span class='red-bold'>无需freopen</span>");
}
?></span>
<style>
.red-bold {
color: red;
font-weight: bold;
}
</style>


<span class="ui label"><?php echo $MSG_Memory_Limit ?><?php echo $row['memory_limit']; ?> MB</span>
<span class="ui label"><?php echo $MSG_Time_Limit ?><?php echo $row['time_limit']; ?> S</span>
<!-- <span class="ui label">标准输入输出</span> -->
Expand Down

0 comments on commit bdf4a01

Please sign in to comment.