Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichi3227 authored Sep 28, 2024
1 parent 41a7a82 commit 37b684e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# tps-starter
TPS Github repository generator
# tnfsh-2024final
113學年度臺南一中資訊能競校內複選

## Quick Links
* [題本](https://tnfsh-programming-contest.github.io/2024NHSPC-TNFSH-Final/pA/attachments/problems.pdf) - [View in GitHub](pA/attachments/problems.pdf)
* [記分板](https://tnfsh-programming-contest.github.io/2024NHSPC-TNFSH-Final/ranking/Ranking.html)
* [題解](https://tnfsh-programming-contest.github.io/2024NHSPC-TNFSH-Final/solutions.pdf) - [View in GitHub](solutions.pdf)

| problem | statement | gen | validator | solution | tests | config |
| --- | --- | --- | --- | --- | --- | --- |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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 comments on commit 37b684e

Please sign in to comment.