MinakoKojima's blog

By MinakoKojima, history, 9 years ago, In English

Live

  • 14:00 : The contest is end!
  • 13:00 : The scoreboard is close.
  • 12:58 : While EvenImage and YuukaKazami debugging on the Math problem, jcvb start the Geometry.
  • 12:55 : It seems that THU Deep Dark Fantasy is working on the Math problem. They are very close with the right solution, but currently failed on the sample. SJTU Absolute Weapon* is working on problem J, and everything looks right but failed on the sample too.
  • 11:41 : THU Deep Dark Fantasy solve problem J.
  • 11:07 : EvenImage is working on implement a network flow, seems that they are on problem J. [pic.]
  • 11:01 : Joke, some team use a function named "fxxk" during the livetream. [pic.]
  • 10:50 : THU Deep Dark Fantasy solve G and F, they are still 2 problems ahead.
  • 10:36 : UESTC Life Lemon solve problem E with 1Y.
  • 10:34 : SJTU Absolute Weapon* solve problem B.
  • 10:23 : THU Deep Dark Fantasy solve problem C at their second submit, they are 2 problems ahead.
  • 10:17 : XJTU Peach solve problem F, only 3 problems remain unsolved at this moment, a.k.a, a Geometry, a Flow and a Math while the top team only solve 5 of them.
  • 10:16 : THU Deep Dark Fantasy get their first WA during the contest on problem C.
  • 10:07 : HDU First Team solve problem G.
  • 10:00 : SJTU Lunatic solve problem B, and here comes the 1 hour scoreboard.
  • 09:48 : THU Come to Dad solve problem C.
  • 09:45 : THU Deep Dark Fantasy solve problem E with 1Y, they are leading the board.
  • 09:41 : China-Final-2016.pdf.
  • 09:21 : SJTU Absolute Weapon* solve problem H, they use a better solution than us.
  • 09:19 : SJTU Lunatic start to submit problem E, unfortunately, they get a WA.
  • 09:18 : The pdf of the problem-set will be release about 1 hour later.
  • 09:12 : SJTU Lunatic solve problem D.
  • 09:09 : BNU Salty Fish solve problem L.
  • 09:02 : THU Deep Dark Fantasy solve problem A.
  • Dec 11th 09:00 GTM+8: The contest is start!
  • Dec 10th 15:45 GTM+8: The warm-up is start!

Hello, Codeforces.

ACM/ICPC China Final 2016 is going to start on this weekends.

Over 300 teams will go to Shanghai University to participate in this contest to complete for the slot of qualifying to the World Final next year. There is no doubt that this will be the most important contest in China this year.

Team name Team member 1 Team member 2 Team member 3
THU Deep Dark Fantasy YuukaKazami EvenImage jcvb
SJTU Dread;Weapon ftiasch BaconLi rowdark
SJTU New Meta data_h xyz2606 Akigeor
FDU Wood Cube t90tank mugua tun

Good luck!

  • Vote: I like it
  • +174
  • Vote: I do not like it

»
9 years ago, hide # |
 
Vote: I like it +32 Vote: I do not like it

Will there be a public contest or link with the scoreboard that we can follow?

»
9 years ago, hide # |
 
Vote: I like it +20 Vote: I do not like it

which teams are the favourite ?? :) :)

»
9 years ago, hide # |
Rev. 2  
Vote: I like it +51 Vote: I do not like it

.

»
9 years ago, hide # |
 
Vote: I like it +28 Vote: I do not like it

Uhm ... shouldn't it be "Chinese" ? I don't think "Chinal" is a correct word.

»
9 years ago, hide # |
 
Vote: I like it +15 Vote: I do not like it

Update

»
9 years ago, hide # |
Rev. 2  
Vote: I like it +3 Vote: I do not like it

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

»
9 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

It would be nice if you can post some pictures of the live contest here...

»
9 years ago, hide # |
 
Vote: I like it +23 Vote: I do not like it

Why the scoreboard shows teams without rank?

»
9 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Wish the livestream would just show the screen of Deep Dark Fantasy, instead of just showing view of the room half the time, what a waste.

»
9 years ago, hide # |
 
Vote: I like it +20 Vote: I do not like it

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

»
9 years ago, hide # |
 
Vote: I like it +18 Vote: I do not like it

Great stuff. Thanks a lot for the live updates!

»
9 years ago, hide # |
 
Vote: I like it +13 Vote: I do not like it

Is there any sketch of the solutions to the problemas?

»
9 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

Nice H! In your blog, you said '09:21 : SJTU Absolute Weapon* solve problem H, they use a better solution than us.' Can you share with us how you and SJTU Absolute Weapon* solve H?

»
9 years ago, hide # |
Rev. 2  
Vote: I like it +18 Vote: I do not like it

Was the judge server fast? In particular I'm wondering if the following are supposed to pass:

  • O(N2 logN) solution with set for C
  • O(Nlog2 N) solution with set for G
  • O(NlogN) suffix array for F

Also, was it necessary to use BigIntegers in E?

»
9 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

How can we solve problem C ? Thanks