@@ -40,6 +40,36 @@ type EventDetailsType = {
4040}
4141
4242export 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' ,
0 commit comments