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

Автор AmShZ, 4 недели назад, По-английски

Hello everyone!

We are back!

Due to the ongoing war in Iran, we had to postpone Repovive Standard Round 2.
While the situation prevented us from hosting the contest on time, we used this period to fix several technical issues and improve the platform.

We are now ready to host Repovive Standard Round 2. We hope you enjoy it!

The contest is rated for everyone.

See you on the leaderboard!

UPD1: Fortunately, the contest went smoothly without any issues. You can view the solutions in the Learn tab.

Congratulations to the top participants:

  • Проголосовать: нравится
  • +37
  • Проголосовать: не нравится

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

Hope to see more Chinese participants at 13:35 UTC :)

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

I dont have a google account, could I register this? thanks

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

After all this time, really happy to see Repovive back on track!

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

Reminder: Less than 4 hours until the contest.

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

Thanks for the contest. Happy to see that (at least for me) there were no system / preparation related issues, and contest experience was smooth. The problems were also alright.

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

Should we assume the testing system is a potato and estimate runtime x2 compared to local, reasonably modern systems (or CF custom invocation)? I'm just about hitting TLE on E when I can't make my code run over 1.7s on an above-average but 3 year old laptop despite trying my best. My runtime shouldn't vary wildly on specifc inputs either, just grinding through data much faster on my laptop.

(Not that my code would pass otherwise, I'd need double the memlimit for it at least, but it matters going forward.)

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

I don't really get why the number of tests on problem E was low. The intended solution doesn't seem to use it much. I used it to make a $$$O(A \log(A) t + \sum n)$$$ pass

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

    Yeah, it doesn’t affect the intended solution. But there were some other solutions that were affected, and we wanted those to be accepted. Your approach seems interesting.

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

Problem E reminds me of the old good days of cp xD (1329E - Dreamoon Loves AA)