Skip to content

Commit 37b684e

Browse files
authored
Update README.md
1 parent 41a7a82 commit 37b684e

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# tps-starter
2-
TPS Github repository generator
1+
# tnfsh-2024final
2+
113學年度臺南一中資訊能競校內複選
3+
4+
## Quick Links
5+
* [題本](https://tnfsh-programming-contest.github.io/2024NHSPC-TNFSH-Final/pA/attachments/problems.pdf) - [View in GitHub](pA/attachments/problems.pdf)
6+
* [記分板](https://tnfsh-programming-contest.github.io/2024NHSPC-TNFSH-Final/ranking/Ranking.html)
7+
* [題解](https://tnfsh-programming-contest.github.io/2024NHSPC-TNFSH-Final/solutions.pdf) - [View in GitHub](solutions.pdf)
8+
9+
| problem | statement | gen | validator | solution | tests | config |
10+
| --- | --- | --- | --- | --- | --- | --- |
11+
| A | [statement](pA/statement) [md](pA/statement/index.md) [pdf](pA/statement/index.pdf) | [gen](pA/gen) | [validator](pA/validator) | [solution](pA/solution) [check](pA/solutions-check.txt) | [tests](pA/tests) | [problem](pA/problem.json) [solutions](pA/solutions.json) [subtasks](pA/subtasks.json) |
12+
| B | [statement](pB/statement) [md](pB/statement/index.md) [pdf](pB/statement/index.pdf) | [gen](pB/gen) | [validator](pB/validator) | [solution](pB/solution) [check](pB/solutions-check.txt) | [tests](pB/tests) | [problem](pB/problem.json) [solutions](pB/solutions.json) [subtasks](pB/subtasks.json) |
13+
| C | [statement](pC/statement) [md](pC/statement/index.md) [pdf](pC/statement/index.pdf) | [gen](pC/gen) | [validator](pC/validator) | [solution](pC/solution) [check](pC/solutions-check.txt) | [tests](pC/tests) | [problem](pC/problem.json) [solutions](pC/solutions.json) [subtasks](pC/subtasks.json) |
14+
| D | [statement](pD/statement) [md](pD/statement/index.md) [pdf](pD/statement/index.pdf) | [gen](pD/gen) | [validator](pD/validator) | [solution](pD/solution) [check](pD/solutions-check.txt) | [tests](pD/tests) | [problem](pD/problem.json) [solutions](pD/solutions.json) [subtasks](pD/subtasks.json) |
15+
| E | [statement](pE/statement) [md](pE/statement/index.md) [pdf](pE/statement/index.pdf) | [gen](pE/gen) | [validator](pE/validator) | [solution](pE/solution) [check](pE/solutions-check.txt) | [tests](pE/tests) | [problem](pE/problem.json) [solutions](pE/solutions.json) [subtasks](pE/subtasks.json) |
16+
| F | [statement](pF/statement) [md](pF/statement/index.md) [pdf](pF/statement/index.pdf) | [gen](pF/gen) | [validator](pF/validator) | [solution](pF/solution) [check](pF/solutions-check.txt) | [tests](pF/tests) | [problem](pF/problem.json) [solutions](pF/solutions.json) [subtasks](pF/subtasks.json) |

0 commit comments

Comments
 (0)