Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit f1a4de8

Browse files
committed
Page to enter the solution now shows the time limit
1 parent 61e1a1d commit f1a4de8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solve.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
echo("<hr/>\n<h1>".$row['name']."</h1>\n");
6161
echo($out);
6262
?>
63+
<br/><span class="label label-info">Time Limit: <?php echo($row['time']/1000); ?> seconds</span>
6364
<hr/>
6465
<?php
6566
// get the peviously submitted solution if exists

0 commit comments

Comments
 (0)