Codebook for ICPC team NYCU_LLLemonade_Jam from National Yang Ming Chiao Tung University.
- 交大程式設計競賽 新生賽 Rank 2
- 交大程式設計競賽 年度賽 Rank 5
- ICPC Asia Taiwan Online Programming Contest Rank 61
- National Collegiate Programming Contest Rank 20 (佳作 1)
- ICPC Asia Taoyuan Regional Rank 22 (silver medal)
- 中區大專院校程式設計競賽 Rank 1
- 中山大學程式研習社 酒醉程式競賽 大一組 Rank 1
- 交大程式設計競賽 年度賽 Rank 4
- ICPC Asia Taiwan Online Programming Contest Rank 97
- National Collegiate Programming Contest Rank 13
- HP Codewars 大學組 Rank 1
- 交大程式設計競賽 年度賽 Rank 4
- ICPC Asia Taiwan Online Programming Contest Rank 23
- National Collegiate Programming Contest Rank 11
- ICPC Asia Bangkok Regional Rank 16
- ICPC Asia Taichung Regional Rank 22 (silver medal)
每年想好隊名結果都有新的取名 policy ,又要重想 zzz
- NCTU_BurnChickenGrays
- NYCU_AquaQAway (Naming policy: 油)
- NYCU_Ramenholics
- NYCU_Alcoholic
- NYCU_PersistentSlackers (Naming policy: 演算法或資結相關)
- NYCU_LLLemonade_Jam (Naming policy: 樂團)
- NYCU_This_Page_Was_Intentionally_Left_Blank (暫定)
For Docker:
- Install & Start docker (optionally install docker-buildx in archlinux).
- Run
make typst.
For VSCode:
- Install the extension
Tinymist. - Run
make typstin VSCode terminal.
Edit themes/codeblock-palette.json, then regenerate the TextMate theme with:
python3 make-palette.pyForeground colors can be written as hsl(H, S%, L%); the script converts them
to the hexadecimal format required by TextMate. Hex colors such as #FF6188
are also accepted.
To test the Dockerfile locally on an arm64 machine, build the project's amd64 image first, then override the image name when running the Docker recipe:
docker buildx build --platform linux/amd64 --load --tag codebook:local .
DOCKER_IMAGE=codebook:local make docker typst- Install & Start docker (optionally install docker-buildx in archlinux).
- Run
make docker.
This codebook incorporates adapted code and materials from:
- CRyptoGRapheR https://github.com/robert1003/CRyptoGRapheR
- KACTL — KTH Algorithm Competition Template Library
https://github.com/kth-competitive-programming/kactl - ckiseki
https://github.com/OmeletWithoutEgg/ckiseki - std_abs https://github.com/abc864197532/std_abs
We sincerely thank the original authors and contributors for their excellent work.