diff --git a/template/src/oj/contest/contest_problem.html b/template/src/oj/contest/contest_problem.html
index 06dad2c..69bec1e 100644
--- a/template/src/oj/contest/contest_problem.html
+++ b/template/src/oj/contest/contest_problem.html
@@ -2,107 +2,97 @@
{% block body %}
-
-
{{ contest_problem.title }}
+
+
{{ contest_problem.title }}
-
发布时间 : {{ contest_problem.create_time }}
- 时间限制 : {{ contest_problem.time_limit }}ms
- 内存限制 : {{ contest_problem.memory_limit }}M
-
-
-
-
-
-
-
{{ contest_problem.description|safe }}
-
-
-
-
-
{{ contest_problem.input_description }}
+
发布时间 : {{ contest_problem.create_time }}
+ 时间限制 : {{ contest_problem.time_limit }}ms
+ 内存限制 : {{ contest_problem.memory_limit }}M
+
-
-
+
-
{{ contest_problem.output_description }}
+
{{ contest_problem.description|safe }}
- {% for item in samples %}
-
-
-
复制
-
-{{ item.input }}
+
+
-
-
+
{{ contest_problem.input_description }}
-
-
-{{ item.output }}
-
- {% endfor %}
- {% if problem.hint %}
-
-
-
-
{{ contest_problem.hint|safe }}
-
- {% endif %}
- {% if contest_problem.hint %}
-
-
-
-
{{ contest_problem.hint|safe }}
-
- {% endif %}
-
- {% ifequal contest.status 0 %}
-
-
-
-
-
+
+
+
+
{{ contest_problem.output_description }}
+ {% for item in samples %}
+
+
+
复制
+
{{ item.input }}
+
+
+
+
{{ item.output }}
+
+ {% endfor %}
+ {% if problem.hint %}
+
+
+
{{ contest_problem.hint|safe }}
+
+ {% endif %}
+ {% if contest_problem.hint %}
+
+
+
{{ contest_problem.hint|safe }}
+
+ {% endif %}
+ {% ifequal contest.status 0 %}
+
+
+
+
+
+
+
+
+

+
+ {% endifequal %}
+ {% if show_warning %}
+
{{ warning }}
+ {% endif %}
+
+
+
-
-
-
-
-
-
-
-
-
-

-
-
- {% endifequal %}
-
- {% if show_warning %}
-
{{ warning }}
- {% endif %}
-
-
-
{% endblock %}