hmehta's blog

By hmehta, history, 8 years ago, In English

TCO18 Beijing Parallel Rated SRM

Round Editorials are now published — https://www.topcoder.com/blog/tco18-beijing-regionals-round-editorials/


TCO18 Beijing Parallel Rated SRM is scheduled to start at 03:00 UTC -4 on May 26, 2018. Click here to know what time it starts in your area.

You will be able to register for the SRM in the Arena or Applet 4 hours prior to the start of the match. Registration closes 5 minutes before the match begins, so make sure that you are all ready to go.

Don’t know how to compete in Topcoder SRMs?

Check out this guide to successfully compete in an algorithm match.

You can compete using:

  • Topcoder Web Arena(Beta) - Please watch this video for step by step guide.
  • Topcoder Java Applet - You can refer to this guide here to set up the applet. (Note that those who have Java 8 installed on their machine will see a security issue — You will have to add Topcoder in security exceptions in Java Control Panel. Please refer to the details in the guide here)
  • Vote: I like it
  • +70
  • Vote: I do not like it

| Write comment?
»
8 years ago, hide # |
 
Vote: I like it +2 Vote: I do not like it

Bumping up.

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

Reminder: The contest starts in 4 hours. So, registeration has started.
If you are not an onsite participant, you can register "Fun Round Beijing" not "Beijing Round".

  • »
    »
    8 years ago, hide # ^ |
     
    Vote: I like it +8 Vote: I do not like it

    The Round begins in 40 mins! Hope to see most of you competing! All the best! :)

»
8 years ago, hide # |
 
Vote: I like it +16 Vote: I do not like it

How to solve 1000?

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

For the 500ptr, there is an alternate solution that does not involve the 2 DP states for each i. Find all underscores that can be converted to dots (leading underscores can't be converted, underscores followed by a digit can't be converted).

For a group of consecutive underscores of size K, the no. of ways is FK + 2, where Fi denotes the ith Fibonacci number. The final answer is the product of each group's ways.

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

When are the ratings going to be updated?