c
Some checks are pending
Deploy / build (push) Waiting to run
Deploy / Deploy (push) Blocked by required conditions

This commit is contained in:
许大仙 2024-10-12 13:03:55 +00:00
parent d2920d73bb
commit 696138f4bf

View File

@ -349,10 +349,10 @@ int main() {
>
> | 姓名 | 编号 | 性别 | 职业 | 分数/ 课程 |
> | ---- | ---- | ----- | ---- | ---------- |
> | 张三 | 1001 | 男(m) | 学生 | 89.5 |
> | 李四 | 1101 | 男(m | 老师 | math |
> | 王五 | 1002 | 女(f) | 学生 | English |
> | 赵六 | 1102 | 男(m) | 来世 | 95.0 |
> | 张三 | 1001 | 男(m) | 学生(s) | 89.5 |
> | 李四 | 1101 | 男(m) | 老师(t) | math |
> | 王五 | 1002 | 女(f) | 学生(s) | English |
> | 赵六 | 1102 | 男(m) | 老师(t) | 95.0 |