From 6d6a058b024318f0acfbfcdfa5c33048f8948774 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Wed, 16 Nov 2022 14:25:32 +0800 Subject: [PATCH] fix: default statement --- web/app/controllers/problem_set.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/controllers/problem_set.php b/web/app/controllers/problem_set.php index 8822838..dcad8b0 100644 --- a/web/app/controllers/problem_set.php +++ b/web/app/controllers/problem_set.php @@ -25,13 +25,13 @@ if (UOJProblem::userCanCreateProblem(Auth::user())) { ## 输入输出样例 -### 输入样例 #1 +### 样例输入 #1 ```text 样例 1 的输入内容 ``` -### 输出样例 #1 +### 样例输出 #1 ```text 样例 1 的输出内容