0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-08 02:45:26 +00:00

fix: samples

This commit is contained in:
Baoshuo Ren 2022-08-29 09:28:17 +08:00
parent f66d3161fa
commit ad2ff1bed5
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
3 changed files with 3 additions and 1 deletions

1
.gitattributes vendored
View File

@ -10,3 +10,4 @@
**/data/**/* filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
**/sample/**/* filter=lfs diff=lfs merge=lfs -text
**/samples/**/* filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored
View File

@ -38,6 +38,7 @@
# Sample
!**/sample/**/*
!**/samples/**/*
# tempCodeRunnerFile
temp/**

View File

@ -10,7 +10,7 @@
- 部分代码的思路借鉴了题解。
- 部分题目文件夹下会有 `solution.md` 给出做题思路,也会有部分题目会在 [博客](https://oi.baoshuo.ren/) 中给出题解。
- 部分题目的 `sample` 和 `data` 文件夹下会存放该题的部分大样例以及测试数据,该部分内容使用 Git LFS 存储,请参阅下方的「测试数据」一节。
- 部分题目的 `samples` 和 `data` 文件夹下会存放该题的部分大样例以及测试数据,该部分内容使用 Git LFS 存储,请参阅下方的「测试数据」一节。
做题时间请参考 `Author Date` ,或根据题目对应提交中注明的提交记录编号查找。