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

Автор Retarded_Ape, история, 5 лет назад, По-английски

Hello Codeforces!!!

We are excited to invite you to IIIT Lucknow’s annual team coding event CODUO, which will be organised in two ladders, one is prelims to be held on Codechef 14th April from 8:30 pm IST and the qualified teams will be invited to participate in the finals that will take place during the period of our annual techfest Equinox. Coduo will be a 3-hour contest ( individual participation or Team of 2 members).

Problem set has 8-9 problems of varying difficulty.

Contest link- https://www.codechef.com/CDUO2021

This contest is a part of our annual technical fest — Equinox`21, IIIT Lucknow.

-And, Thanks to the Codechef team for providing their valuable platform.

PRIZES:

The total prize money (for Winners of Finals) is worth INR 20,000.

Also, the top 3 teams in the Prelims will get 250 Codechef laddus each. We hope that you'll enjoy the contest just as much as we did preparing it!

Good luck!!

Update:Test case was later update for the question Time Table. We will decide the winners considering this factor. We will manually check all the submission for that problem and run it locally to check for their 1st correct submission and for every team the time will be their first correct submission and penalties for the submissions prior to it. Again I am really sorry for this issue :/

We will finalize the winners after considering submissions for "Time Table" as mentioned and then we will update the blogs on both Codeforces and Codechef and the winners will be mailed as well by 5:00 pm IST tomorrow.

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

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

Looking forward to a great round. Best of luck to all the contestants and also the setters!!

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

Looks fascinating to me, really excited for the round!

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

I wanted to know that whether you guys will publish an Editorial after the contest(Because it's helpful in upsolving)? That's just my personal criteria for participating in this contest, that's why I want to know this.

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

Is this for beginners too

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

Is this contest rated?

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

Team registration link is expired.

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

I hope that everyone likes the problemset!! Goodluck everyone!

PS: Contest starts in 8 hours from now

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

How to register as an individual participant?

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

Cant both the particpants of the same team login using same login id and password

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

.

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

Was the intended solution to Social Media Influencer max flow + binary search?

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

What's the solution for EAZYE??

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

Retarded_Ape

May we get the editorial of the contest? The problem set of the contest was so nice to me. BTW, Thanks to the setter of the contest.

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

Sarkari Karyalay In this problem am I correct that time complexity will be O(T((n+m)log(n+m)+k^p)), if I use a brute force solution. Was it an intended solution? thanks.

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

How to solve LUCKY STRING?

Is there an editorial?

I believe it is some DP, can someone explain the solution?

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

    Check out: Link

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

    I haven't had enough time to implement it fully, but i can explain my solution.

    Firstly, let's notice that for subsequence we only have to know the longest suffix that is prefix of some string in Kingdom. (It's easy to proof, try yourself) Let's call it describing suffix.

    Secondly, number of different describing suffixes is $$$O$$$(sum of lengths).

    For each prefix P and each next character C from alphabet, let's precalc describing suffix for P + C. That can be done with Aho-Corasick algo.

    Now we have easy dp[L][P] — maximal length of subsequence if we consider first L characters from lucky string and decribing suffix — P.

    Total complexity: $$$O((S + A) \cdot Q)$$$, where Q — sum of length of strings in Kingdom, A — size of alphabet.

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

when will be the editorial published ?

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

There was an error in a testcase of EZYE because of Integer Overflow,I am terribly sorry for not realizing this while testing the problem,I have fixed that testcase and all solutions have been rejudged.Thanks to sg0071729 and physics0523 for asking me to review the test cases.I really hope that you all can forgive me and I will make sure that this does not happen in the Finals.

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

I'm unable to enter the finals at hackerearth, Is it happening with others too?

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

Retarded_Ape Hey, Can you once recheck the testcases of problem "time table" in CoDuo Finals??

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

The problem statement of Just do it is unclear. No I/O format has been specified. Please update it.

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

Why Just do it is added at the end moment. That too with non-understandable statement. Can you just clarify or remove it? Edit: It's removed.

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

such a shitty contest!

Is it the finals!!!

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

I found the problems of the prelims much better and interesting than that of finals.