Skip to content

Commit

Permalink
Add SUAPC 2024 Summer Contestants
Browse files Browse the repository at this point in the history
  • Loading branch information
Park-Joonyoung authored and SHL0915 committed Oct 2, 2024
1 parent ae60e89 commit 88ef3ae
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/contexts/assets/history-data/2024.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
export default {
year: 2024,
contests: [
{
title: "SUAPC 2024 Summer",
columns: ["#", "=", "팀", "멤버"],
data: [
["2", "12", "Redshift", "박수현, 조원빈, 채성우"],
["5", "9", "ALL_TIME_LEGEND", "박성준, 송근수, 이승형"],
["6", "9", "goraani never stop", "강효규, 김동건, 유호영"],
["9", "6", "I2C", "김진수, 박준성, 하건영"],
["10", "6", "팀 이름", "손기령, 정회윤, 조성훈"]
],
award: ["silver", "bronze", "bronze", "", ""],
links: [
["공식 사이트", "https://icpc-sinchon.io/suapc"],
["스코어보드", "https://www.acmicpc.net/contest/spotboard/1319"],
],
review: [
["채성우(lem0nad3)", "https://blog.naver.com/vermeil_/223568417158"],
],
},
{
title: "UCPC 2024 본선",
columns: ["#", "=", "팀", "멤버"],
Expand Down

0 comments on commit 88ef3ae

Please sign in to comment.