Skip to content

Commit 7d6ae3d

Browse files
committed
fix
1 parent 53f3678 commit 7d6ae3d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

content/docs/Hydro/user/problem-format.en.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: Hydro Problem Format
55
To facilitate data exchange between systems, Hydro defines a zip-based standard format for problem transfer. The file structure inside the archive is as follows:
66

77
```
8-
? tree
8+
>? tree
99
.
10-
├── 任意文件名的文件夹
10+
├── any_name_folder/
1111
│ ├── problem.yaml
12-
│ ├── problem_zh.md
12+
│ ├── problem_en.md
1313
│ ├── testdata
1414
│ │ ├── config.yaml
1515
│ │ ├── a1.in
@@ -27,14 +27,14 @@ To facilitate data exchange between systems, Hydro defines a zip-based standard
2727
`problem.yaml` content is as follows:
2828

2929
```yaml
30-
title: 题目名
30+
title: Problem Title
3131
tag:
32-
- 标签1
33-
- 标签2
34-
pid: 题号(字母+数字)
32+
- tag1
33+
- tag2
34+
pid: problem_id (letters + numbers)
3535
```
3636
37-
`problem_*.md` stores the statement in markdown format. Language codes support full forms (such as zh_CN) and short forms (such as zh). If statements in multiple languages exist at the same time, Hydro will automatically detect and provide language switching.
37+
`problem_*.md` stores the statement in markdown format. Language codes support full forms (such as en_US) and short forms (such as en). If statements in multiple languages exist at the same time, Hydro will automatically detect and provide language switching.
3838

3939
The `testdata` folder stores all test data files. For naming rules and config file format, refer to the **Test Data Format** section.
4040

0 commit comments

Comments
 (0)