Блог пользователя rng_58

Автор rng_58, история, 8 лет назад, По-английски

The onsite event of CODE FESTIVAL 2017 will start soon. There will be four contests during the event:

All contests will have parallel rounds. Only Final will be rated (and corresponding parallel round will be rated too).

Check the schedule of the contests at https://atcoder.jp/.

UPD: Now the final standings is available at https://beta.atcoder.jp/contests/cf17-final/standings.

Congratulations to winners:

  1. tourist
  2. ksun48
  3. Um_nik
  4. Marcin_smu
  5. ko_osaga
  • Проголосовать: нравится
  • +99
  • Проголосовать: не нравится

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

Will there be a grand final like last year?

»
8 лет назад, скрыть # |
 
Проголосовать: нравится -15 Проголосовать: не нравится

Who are the writers?

»
8 лет назад, скрыть # |
Rev. 4  
Проголосовать: нравится 0 Проголосовать: не нравится

Schedule (Note that all time are in JST (GMT + 9)):

Saturday (25 November 2017)

CODE FESTIVAL 2017 Final (Parallel) (Rated)

Time : 12.30pm — 3.30pm (3 hours)

Scoring : 300-400-500-700-1000-1000-1000-1600-1600-1900

Link : https://cf17-final-open.contest.atcoder.jp/

CODE FESTIVAL 2017 Exhibition (Parallel)

Time : 7.40pm — 8.40pm (1 hour)

Scoring : 1000-1500

Link : https://cf17-exhibition-open.contest.atcoder.jp/

Sunday (26 November 2017)

CODE FESTIVAL 2017 Elimination Tournament Round 1 (Parallel)

Time : 10.00am — 10.30am (30 minutes)

Scoring : 700-800

Link : https://cf17-tournament-round1-open.contest.atcoder.jp/

CODE FESTIVAL 2017 Elimination Tournament Round 2 (Parallel)

Time : 10.45am — 11.15am (30 minutes)

Scoring : 700-900

Link : https://cf17-tournament-round2-open.contest.atcoder.jp/

CODE FESTIVAL 2017 Elimination Tournament Round 3 (Parallel)

Time : 11.30am — 12.10pm (40 minutes)

Scoring : 800-1000

Link : https://cf17-tournament-round3-open.contest.atcoder.jp/

Code Festival Team Relay (Parallel)

Time : 3:30pm — 5pm (1 hour 30 minutes)

Scoring : 100-100-100-100-100-100-100-100-100-100-100

Link : https://cf17-relay-open.contest.atcoder.jp/

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +26 Проголосовать: не нравится
  • Is there a list of official participants somewhere?

  • I'm confused, what are these contests about? Final is usually the last round (that's what "final" means), here it's first? If the rest happens after the final, what's the point?

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

Will there be a broadcast like last year? My guess is not (because parallel round), but confirm it just for know.

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +29 Проголосовать: не нравится

Onsite competition scoreboard ?

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

Auto comment: topic has been updated by rng_58 (previous revision, new revision, compare).

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +15 Проголосовать: не нравится

Can someone explain the solution to Problem H? I don't really get what the editorial is trying to say.

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +11 Проголосовать: не нравится
»
8 лет назад, скрыть # |
 
Проголосовать: нравится +63 Проголосовать: не нравится

My solution of J (which turned out to be different from model solution and all other contestant's solution)

Spoiler
  • »
    »
    8 лет назад, скрыть # ^ |
    Rev. 2  
    Проголосовать: нравится +21 Проголосовать: не нравится

    Cool solution:) I didn't come up with. (maroonrk's solution in the parallel contest was same.)

    The intended solution was O(N log N) but there is an O(N) solution (wow) by yutaka1999 as below.

    Spoiler
»
8 лет назад, скрыть # |
 
Проголосовать: нравится -58 Проголосовать: не нравится

Finally, I got the 1st place in Code Festival 2017 Relay (Parallel). Thank you for all!!!

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +36 Проголосовать: не нравится

I can't read/submit any problems to "Code Festival Team Relay (Parallel)" after contest ends. (without registration in the real-time contest). Please fix this? (Or it is not a bug?)

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +24 Проголосовать: не нравится

Question irrelevant to this event, but does AtCoder plans on having virtual contests? Would be great to have them

  • »
    »
    8 лет назад, скрыть # ^ |
     
    Проголосовать: нравится +3 Проголосовать: не нравится

    AtCoder don’t support virtual contest, but we have two options to do virtual contest of AtCoder problems:

    • Use vjudge (Link) To use this for hosting virtual contest, you have to input problem ID for choosing problems. For example, problems ID of Code Festival 2017 Final are 3602 — 3611, in order. You can know problem ID to jump the link of the submit page of desired problem, and look the link name for example of “https://cf17-final-open.contest.atcoder.jp/submit?task_id=3602#” (In this case problem ID is 3602) But in this way, it took long time for searching problem ID.
    • Use AtCoder Virtual Contest (Link) though it is easy to prepare for a virtual contest, its language is Japanese, so it’s difficult to use for people who aren’t Japanese.
    So, we can do virtual contest, but in both way it is difficult to use. Hope AtCoder will make a convenient system of virtual contest like Codeforces.