Fix io display bug

This commit is contained in:
cuom1999 2022-06-02 11:21:55 -05:00
parent 8ba39a1f97
commit b89c127707
3 changed files with 10 additions and 4 deletions

View file

@ -61,10 +61,10 @@
<hr>
<div align="center" style="position: relative;">
<div class="problem-info-entry">
<b>{{ _('Input:') }}</b> {{ problem.data_files.fileio_input or _('stdin') }}
<b>{{ _('Input:') }}</b> {{ fileio_input or _('stdin') }}
</div>
<div class="problem-info-entry">
<b>{{ _('Output:') }}</b> {{ problem.data_files.fileio_output or _('stdout') }}
<b>{{ _('Output:') }}</b> {{ fileio_output or _('stdout') }}
</div>
<div class="problem-info-entry">
<b>{{ _('Time Limit:') }}</b> {{ problem.time_limit }}s