hmehta's blog

By hmehta, history, 3 years ago, In English

Topcoder SRM 793 is scheduled to start at 21:00 UTC-5 on November 4, 2020.

Registration is now open for the SRM in the Arena or Applet and closes at 20:55 UTC-5. The coding phase will start at 21:05 UTC-5, so make sure that you are all ready to go. Click here to what time it starts in your area.

Learn more about problem writing and testing opportunities.

Choose Your Competition Arena

There are two ways to compete in Algorithm Competitions or Single Round Matches (SRMs). Read here to find which works best for you.

Some Important Links

Match Results (To access match results, rating changes, challenges, failure test cases)
Problem Archive (Top access previous problems with their categories and success rates)
Problem Writing (To access everything related to problem writing at Topcoder)
Algorithm Rankings (To access Algorithm Rankings)
Editorials (To access recent Editorials)

Learn more about problem writing and testing opportunities.

Best of luck!
- the Topcoder Team

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

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

I feel like 500 was a cool problem, nice motivation but no pointless additional details, although maybe it wasn't really 500 difficulty.

However I felt like most of my energy went to reading the input and writing the generator; actual solving + implementing the solution took like 5 minutes. In short, I feel like TopCoder's input limitations have once again kind of ruined a problem. Seriously, authors should submit such problems to another platform: they simply are not suitable for TopCoder.

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

    What do you think of TC providing copy/pasteable generators in every language? This would also solve the issue of errors in generator implementation.

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

      There are numerous good platforms where generators won't be needed in many TopCoder problems.

      There are plenty of interesting problems that are usable on TopCoder without generators.

      So why take the pain?