0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 16:45:25 +00:00

Add samples information

This commit is contained in:
Baoshuo Ren 2022-08-28 22:27:33 +08:00
parent 6db75723ce
commit 6273480045
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
3 changed files with 6 additions and 3 deletions

1
.gitattributes vendored
View File

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

6
.gitignore vendored
View File

@ -34,8 +34,10 @@
*.app
# Data
!*/data/*
!**/data/*
!**/data/**/*
# Sample
!**/sample/**/*
# tempCodeRunnerFile
temp/**

View File

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