Skip to content

Commit

Permalink
feat: update time
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <[email protected]>
  • Loading branch information
Dup4 committed Jan 12, 2024
1 parent db1d2a1 commit 074d360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/icpc/48th/ecfinal-warmup/config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"contest_name":"The 2023 ICPC Asia East Continent Final Contest Warmup","start_time":1705042800,"end_time":1705050000,"frozen_time":1800,"penalty":1200,"problem_quantity":4,"problem_id":["A","B","C","D"],"group":{"official":"正式队伍","unofficial":"打星队伍"},"organization":"School","status_time_display":{"correct":true,"incorrect":true,"pending":true},"medal":{},"balloon_color":[{"color":"#fff","background_color":"rgba(189, 14, 14, 0.7)"},{"color":"#fff","background_color":"rgba(149, 31, 217, 0.7)"},{"color":"#fff","background_color":"rgba(16, 32, 96, 0.7)"},{"color":"#000","background_color":"rgba(38, 185, 60, 0.7)"}],"logo":{"preset":"ICPC"},"banner":{"url":"../ecfinal-assets/banner.png"},"options":{}}
{"contest_name":"The 2023 ICPC Asia East Continent Final Contest Warmup","start_time":1705044600,"end_time":1705051800,"frozen_time":1800,"penalty":1200,"problem_quantity":4,"problem_id":["A","B","C","D"],"group":{"official":"正式队伍","unofficial":"打星队伍"},"organization":"School","status_time_display":{"correct":true,"incorrect":true,"pending":true},"medal":{},"balloon_color":[{"color":"#fff","background_color":"rgba(189, 14, 14, 0.7)"},{"color":"#fff","background_color":"rgba(149, 31, 217, 0.7)"},{"color":"#fff","background_color":"rgba(16, 32, 96, 0.7)"},{"color":"#000","background_color":"rgba(38, 185, 60, 0.7)"}],"logo":{"preset":"ICPC"},"banner":{"url":"../ecfinal-assets/banner.png"},"options":{}}
4 changes: 2 additions & 2 deletions origin-data/icpc/48th/ecfinal/warmup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def get_contest():

c.contest_name = "The 2023 ICPC Asia East Continent Final Contest Warmup"
c.problem_quantity = 4
c.start_time = utils.get_timestamp_second("2024-01-12 15:00:00")
c.end_time = utils.get_timestamp_second("2024-01-12 17:00:00")
c.start_time = utils.get_timestamp_second("2024-01-12 15:30:00")
c.end_time = utils.get_timestamp_second("2024-01-12 17:30:00")
c.frozen_time = 30 * 60
c.unfrozen_time = 60 * 60

Expand Down

0 comments on commit 074d360

Please sign in to comment.