|
|
|
@ -30,9 +30,9 @@
|
|
|
|
|
<label style="margin-top: 15px; " for="description">题目描述</label> |
|
|
|
|
<textarea class="font-content" rows="15" id="description" name="description"><%= problem.description %></textarea> |
|
|
|
|
<label style="margin-top: 15px; " for="input_format">输入格式</label> |
|
|
|
|
<textarea class="font-content" rows="3" id="input" name="input_format"><%= problem.input_format %></textarea> |
|
|
|
|
<textarea class="font-content" rows="10" id="input" name="input_format"><%= problem.input_format %></textarea> |
|
|
|
|
<label style="margin-top: 15px; " for="output_format">输出格式</label> |
|
|
|
|
<textarea class="font-content" rows="3" id="output" name="output_format"><%= problem.output_format %></textarea> |
|
|
|
|
<textarea class="font-content" rows="10" id="output" name="output_format"><%= problem.output_format %></textarea> |
|
|
|
|
<label style="margin-top: 15px; ">样例</label> |
|
|
|
|
<textarea class="font-content" rows="15" id="example" name="example"><%= problem.example %></textarea> |
|
|
|
|
<label style="margin-top: 15px; ">数据范围与提示</label> |
|
|
|
|