Skip to content

Commit

Permalink
【修改】Markdown 排版 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ED_Builder authored Jan 27, 2024
1 parent 5704e6d commit 9266e6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/manual/luogu/problem/scoring-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ fi

同时,你的脚本还应该定义如下四个变量:

- `@total\_score` 表示该 Subtask/题目的最终得分。
- `@final\_status` 表示该 Subtask/题目的最终状态。
- `@final\_time` 表示该 Subtask/题目的用时。
- `@final\_memory` 表示该 Subtask/题目的内存用量。
- `@total_score` 表示该 Subtask/题目的最终得分。
- `@final_status` 表示该 Subtask/题目的最终状态。
- `@final_time` 表示该 Subtask/题目的用时。
- `@final_memory` 表示该 Subtask/题目的内存用量。

如下脚本定义了一个 Subtask 的计分脚本,其中测试点#3#4#5 属于该 Subtask,策略是如#3#4#4#5 正确则得 30 分,否则不得分,内存、时间按照#4 计算。

Expand All @@ -120,4 +120,4 @@ else
fi
```

请注意`@statusX``@final\_status` 只能设置为如上常量表中对应的内容,如设置为常量表中没有的值会导致 `UKE`
请注意`@statusX``@final_status` 只能设置为如上常量表中对应的内容,如设置为常量表中没有的值会导致 `UKE`

0 comments on commit 9266e6f

Please sign in to comment.