mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 13:58:48 +00:00
fix: samples
This commit is contained in:
parent
f66d3161fa
commit
ad2ff1bed5
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -10,3 +10,4 @@
|
|||||||
**/data/**/* filter=lfs diff=lfs merge=lfs -text
|
**/data/**/* filter=lfs diff=lfs merge=lfs -text
|
||||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
**/sample/**/* 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
1
.gitignore
vendored
@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
# Sample
|
# Sample
|
||||||
!**/sample/**/*
|
!**/sample/**/*
|
||||||
|
!**/samples/**/*
|
||||||
|
|
||||||
# tempCodeRunnerFile
|
# tempCodeRunnerFile
|
||||||
temp/**
|
temp/**
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
- 部分代码的思路借鉴了题解。
|
- 部分代码的思路借鉴了题解。
|
||||||
- 部分题目文件夹下会有 `solution.md` 给出做题思路,也会有部分题目会在 [博客](https://oi.baoshuo.ren/) 中给出题解。
|
- 部分题目文件夹下会有 `solution.md` 给出做题思路,也会有部分题目会在 [博客](https://oi.baoshuo.ren/) 中给出题解。
|
||||||
- 部分题目的 `sample` 和 `data` 文件夹下会存放该题的部分大样例以及测试数据,该部分内容使用 Git LFS 存储,请参阅下方的「测试数据」一节。
|
- 部分题目的 `samples` 和 `data` 文件夹下会存放该题的部分大样例以及测试数据,该部分内容使用 Git LFS 存储,请参阅下方的「测试数据」一节。
|
||||||
|
|
||||||
做题时间请参考 `Author Date` ,或根据题目对应提交中注明的提交记录编号查找。
|
做题时间请参考 `Author Date` ,或根据题目对应提交中注明的提交记录编号查找。
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user