Siddarth_MSR's blog

By Siddarth_MSR, history, 15 months ago, In English

Hello everyone!

Infero, the competitive programming club of IIT Hyderabad is glad to invite you to Code Clash, our programming event conducted as part of our annual techno-cultural fest, Elan & ηVision. The contest will last for 2 hours and scoring will be based on the ICPC format. It is an individual event, no teams will be allowed. The contest is open for all to participate.

Contest details:

The top 3 Indian participants will receive prizes worth INR 15,000! Make sure to register yourself here to be eligible for prizes.

result_elan_contest.png

We hope to see you on the leaderboard!

UPD : The contest link has been added.

UPD1: We hope you enjoyed the problem set. The editorial to the contest can be found here.

Congratulations to the top 5 participants!

  1. Dominater069

  2. friedel

  3. kingmessi

  4. Kira_1234

  5. NotMyFault

We will contact the top 3 participants for prizes soon.

UPD2 : The model solution for D assumes max k for which a solution exists is $$$\frac{n(n - 1)}{2}$$$, which is incorrect, however, the checker does not reject valid solutions, so we have decided to keep the problem. We are really sorry for this mistake. Thanks to wakanda-forever for pointing this out.

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

| Write comment?
»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Siddarth_MSR (previous revision, new revision, compare).

»
15 months ago, hide # |
 
Vote: I like it +20 Vote: I do not like it
»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Siddarth_MSR (previous revision, new revision, compare).

»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Is there an offline round after the online one?

»
15 months ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

Will there be Hyderabadi Biryani?

»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Is it only the form that we have to fill , or is there any other form or registration process?? Also when are we gonna get the contest link?

»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Siddarth_MSR (previous revision, new revision, compare).

»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Reminder for the contest, it starts in 10 minutes.

»
15 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Really nice problems. Any hint for C2?

  • »
    »
    15 months ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    Look at the number of zeros and number of ones in the bit representation of the number, if zeros_cnt>=ones_cnt we can flip, so with one number we are guaranteed to set max(zero_cnt,one_cnt) bits

  • »
    »
    15 months ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    I solved it a minute after the contest ended..

    Here's a hint- try solving these cases:

    $$$[3, 3, 4]$$$

    $$$[1, 3, 4]$$$

    $$$[1, 4, 5, 8]$$$

»
15 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Hey I can't view others submissions for upsolving, please allow view submissions

»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

How to solve D ?

»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Really Nice problems , Loved it !

Also are the standings final? or is it account to some changes yet to be done?

»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Siddarth_MSR (previous revision, new revision, compare).

»
15 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Siddarth_MSR (previous revision, new revision, compare).