Skip to content

Commit 72d6d35

Browse files
authored
Merge pull request #13 from 4geru/add-rupc-2024
RUPC2024 の開催情報を追加
2 parents 036e14f + f99d2ed commit 72d6d35

File tree

10 files changed

+30
-0
lines changed

10 files changed

+30
-0
lines changed

components/EventList.tsx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,36 @@ type EventDetailsType = {
4040
}
4141

4242
export const EventDetails: EventDetailsType = {
43+
rupc2024: {
44+
title: '立命合宿 2024',
45+
day: 'Day 1',
46+
date: {
47+
begin: '2024/3/23',
48+
end: '2024/3/24'
49+
},
50+
detailURL: 'https://rippro.connpass.com/event/309923/',
51+
problemSet: [
52+
{
53+
college: 'Day 1 (立命館大学)',
54+
link: 'https://onlinejudge.u-aizu.ac.jp/beta/room.html#RUPC2024Day1'
55+
},
56+
{
57+
college: 'Day 2 (会津大学さん)',
58+
link: 'https://onlinejudge.u-aizu.ac.jp/beta/room.html#RUPC2024Day2'
59+
}
60+
],
61+
commentary: [
62+
{ title: 'A: Empire of the BIWAKO', link: 'A_Empire_of_the_BIWAKO.pdf' },
63+
{ title: 'B: Goodbye, BKC', link: 'B_Goobye_BKC.pdf' },
64+
{ title: 'C: Belt-line Bus Trip', link: 'C_Belt-line_bus_trip.pdf' },
65+
{ title: 'D: 2xL Minesweeper', link: 'D_2xL_minesweeper.pdf' },
66+
{ title: 'E: palindromic?', link: 'E_palindromic.pdf' },
67+
{ title: 'F: MOD Party', link: 'F_MOD_party.pdf' },
68+
{ title: 'G: Skating', link: 'G_Skating.pdf' },
69+
{ title: 'H: miNIMum', link: 'H_miNIMum.pdf' },
70+
{ title: 'I: jucumber', link: 'I_jucumber.pdf' }
71+
]
72+
},
4373
rupc2019: {
4474
title: '立命合宿 2019',
4575
day: 'Day 1',
262 KB
Binary file not shown.
329 KB
Binary file not shown.
537 KB
Binary file not shown.
239 KB
Binary file not shown.
590 KB
Binary file not shown.
370 KB
Binary file not shown.
442 KB
Binary file not shown.
744 KB
Binary file not shown.
574 KB
Binary file not shown.

0 commit comments

Comments
 (0)