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