8

TCO22 Algorithm Competition Round 1A

 2 years ago
source link: http://codeforces.com/blog/entry/101930
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

By Topcoder_Updates, 41 hour(s) ago, In English

It's that time again and we are excited! The first Online Round of the 2022 Topcoder Open Algorithm Competition has arrived and is open to all!

Details:

Up to 750 of the highest scorers from each Round 1 will advance to Round 2 of the Algorithm Competition.

If you're unable to make it or don't advance, there will be one more Round 1 — Round 1B on Wednesday, April 27, 2022 at 07:00 UTC -4.

Best of luck to you in the Arena!

PS: Please help our research friends with this survey if you have time! Takes a few minutes!

- The Topcoder Community Team

38 hours ago, # |

Rev. 2  

+20

CodeChef_admin

conflict with April Lunchtime :(

33 hours ago, # |

Rev. 2  

0

How can we check the rankings for people who participated in the past year (to see who skips directly to round 2 by being top 250)? I can only find this, which is for probably for people acitve in the past 6 months only

27 hours ago, # |

Rev. 2  

0

I am new in topcoder.I have registered for TCO 1A. Somewhere I read that allowed participant is 2500 not more than that, so I have to register early.Why is that? And what is TCO 1A parallel round?Is it for participants who doesn't want to give real round or not qualified to give real round and is it rated ?

  • 22 hours ago, # ^ |

    I think the 2500 limit is related to how much the server can handle and it's rarely, if ever, an issue. The parallel round is for the people who get to skip round 1 (e.g. they are very highly rated so they are auto-qualified for round 2). And based on previous years, I expect it to be rated!

  • 18 hours ago, # ^ |

    Only 320 registered with less than half hour to go, so the 2500 limit is very theoretical.

    In fact, I'm trying to remember when a TCO round had more registrants than the cutoff for advancing. (Currently the cutoff is 750 so everybody who gets any points will advance).

    It's been like that for some years... Unfortunately, Topcoder destroyed their wonderful CP community. Still a good place though.

21 hour(s) ago, # |

Rev. 2  

0

I have certain troubles with logging in Web Arena now.

First I see

this login form

, where I type my login and password. This authentificates me at TopCoder site.

Then I see

a second form

, which keeps telling me that either username or password is wrong. But I can successfully log in to Applet Arena with those. Both "register" and "reset password" links lead nowhere.

UPD: And when I'm trying to open arena.topcoder.com after log in topcoder.com site, it results in an infinite loop striving to load https://accounts-auth0.topcoder.com/?retUrl=https:%2F%2Farena.topcoder.com%2Findex.html

  • 19 hours ago, # ^ |

    Please email support at [email protected] with details so they can help you out.

18 hours ago, # |

First topcoder round in almost two years, excited to see all the fixed bugs!

  • 18 hours ago, # ^ |

    Division leaderboard still doesn't work in webarena.

  • 16 hours ago, # ^ |

    Rev. 2  

    +86

    Is it intended, that the following strategy exists?

    -Open 250

    -Read 250

    -Solve 250

    -Submit 250

    -Read 1000's title

    -Solve 1000

    -Open 1000

    -Submit 1000

17 hours ago, # |

Rev. 2  

+5

I found second problem challenging.Editorial out when? Topcoder_Updates

  • 17 hours ago, # ^ |

    Rev. 2  

    +4

    After the challenge phase is over :)

    Edit: now that it is, here's the draft of the editorial

    • 16 hours ago, # ^ |

      Nice problem. I got the DP part to calculate pA & pB but didn't know the technique of writing an equation for probability "p" in terms of itself, to simulate the infinite process, and then solving for "p". Very nice general technique to know:

      p = pA*1 + pB*pA*1 + pB*pB*0 + (1-pA-pB*pA-pB*pB)*p

      In that equation, what do the "*1" and "*0" indicate? I'm familiar with multiplying probabilities by values to compute expected value, but unclear what probabilities the "1" and "0" represent here.

      (I liked the 250 also — thank you for making it a little bit harder than a division-2 250, as we have had in many recent TCO opening rounds. This was more like a division-2 450 so everybody had a chance but took a little thought).

      • 10 hours ago, # ^ |

        You are writing an expression for the probability that Alice wins. Whenever you reach a state where she has already won, she wins from that state with probability 1. And whenever you reach a state where she has already lost, she wins from that state with probability 0. That's where the 1 and 0 in this formula come from.

        • 9 hours ago, # ^ |

          Excellent.. so, including the *0 along with the *1 thus allows us to explicitly enumerate all the possible outcomes (both positive and negative), without missing one by accident. Thanks!

16 hours ago, # |

The third problem was similar to this one.

  • 16 hours ago, # ^ |

    Seem lower constraint make the problem harder :)

16 hours ago, # |

Rev. 3  

+22

Joke here is unlucky to get bye ticket as competing in Round 1 will easily get more rating.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK