Skip to content

Commit

Permalink
Add LGCPC, ICPC Contestants
Browse files Browse the repository at this point in the history
  • Loading branch information
Park-Joonyoung authored and SHL0915 committed Dec 12, 2024
1 parent b691f33 commit c3ec76c
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions src/contexts/assets/history-data/2024.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
export default {
year: 2024,
contests: [
{
title: "2024 ICPC Asia Seoul Regional Contest",
columns: ["#", "=", "팀", "멤버"],
data: [
["13", "7", "AllTimeLegend", "박성준, 송근수, 이승형"],
["18", "7", "Redshift", "박수현, 조원빈, 채성우"],
["71", "3", "0x200", "김형은, 심진희, 이재찬"],
],
award: ["advanced", "advanced", ""],
links: [
["공식 사이트", "http://icpckorea.org/2024-seoul/regional"],
["스코어보드", "http://static.icpckorea.net/2024/regional/scoreboard"],
],
review: [],
},
{
title: "2024 ICPC Asia Seoul Preliminary Contest",
columns: ["#", "=", "팀", "멤버"],
data: [
["15", "6", "AllTimeLegend", "박성준, 송근수, 이승형"],
["22", "5", "Redshift", "박수현, 조원빈, 채성우"],
["58", "4", "0x200", "김형은, 심진희, 이재찬"],
["80", "3", "goraani", "강효규, 김동건, 유호영"],
["90", "3", "I2C", "김진수, 박준성, 하건영"],
["98", "3", "YellowMinions", "김서인, 이민희, 정재헌"],
["199", "1", "ChoParkPark", "박정원, 박준영, 조다니엘"],
["201", "1", "Hyuntaegod", "정현태, 유승훈, 이준우"],
["226", "1", "TLEMECHANIC", "송태호, 이승찬, 정유연"],
["269", "1", "Wannerbee", "김태윤, 김홍래, 도하준"],
],
award: ["advanced", "advanced", "advanced", "", "",
"", "", "", "", ""],
links: [
["공식 사이트", "http://icpckorea.org/2024-seoul/regional"],
[
"스코어보드",
"http://static.icpckorea.net/2024/first_round/scoreboard_10282200/",
],
],
review: [],
},
{
title: "LG Collegiate Programming Contest 2024",
columns: ["#", "이름"],
data: [
["4", "송근수"],
["4", "이승형"],
["5", "박성준"],
],
award: [""],
links: [
["공식 사이트", "https://www.lgsdc.com/registration/programming-contest/"],
],
review: [],
},
{
title: "Samsung Collegiate Programming Contest 2024 Finals",
columns: ["#", "이름"],
Expand Down

0 comments on commit c3ec76c

Please sign in to comment.