codeict's blog

By codeict, history, 5 years ago, In English

Hello Codeforces!

We at Army Institute of Technology,Pune would like to invite you to participate in CoDeft'19.

The problems have been set and tested by smokescreen, _nEro_, a_kk and me(codeict).

Contest link : codechef.com/DEFT2019

Prizes :

  1. Coding Ninjas Laptop Bags to top 25 Indian Participants.
  2. Top 100 Participants will be invited for On-Site Finals.
  3. All On-Site Finalists get a CoDeft T-Shirt!

Contest Details:

  • Duration: 2 hours
  • Start time: 27th September 2019, 21:00 hrs IST
  • End time: 27th September 2019, 23:00 hrs IST
  • On-Site Finals on 6th October 2019 at Army Institute of Technology, Pune.

Eligibility Criteria:

Anyone Can Participate. To be eligible for prizes, you should currently be an Undergraduate or School Student.

PS : This is the First Year that we are conducting this contest. We definitely aim to grow and include prizes for the international community soon.

UPD1: Contest starts in 10 mins : Link

UPD2: Editorial has been uploaded : Link

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

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

Link to the contest is wrong.

»
5 years ago, # |
  Vote: I like it -11 Vote: I do not like it

Is it rated ?

»
5 years ago, # |
  Vote: I like it +12 Vote: I do not like it

Looking forward to it.

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Are there any travel reimbursements for teams going to Onsite?

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

    We are unable to provide travel reimbursements.
    We can however provide accommodations on a case by case basis.

»
5 years ago, # |
  Vote: I like it +20 Vote: I do not like it

if some team be invited to On-Site finals but can't participate, you will post T-Shirt or not ?

Sorry for my poor English !

  • »
    »
    5 years ago, # ^ |
      Vote: I like it -24 Vote: I do not like it

    The Laptop Bags will be shipped across India. However, the T-Shirts are for On-Site Finalists only.

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

      So there is no interest for non-indian coder ! if you could post some T-shirt, it would be great .

      Sorry for my poor English !

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

        Yes we will definitely try and do that next time.

        PS: We have tried our best to make the problems interesting..

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

          maybe the problem is about the post cost. I know it will cost you much if you post for about 100 participants. how about postint T-Shirt for Winner or Top 3 or Top 10 ?

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

          Maybe you can give t-shirt to codechef and they send it along with codechef goodies or somthing else.

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

          I have checked for the feasibility of your suggestions. Unfortunately, We will not be able to implement it this year being so close to the contest. We have taken your suggestions into consideration and will definitely implement them next year.

»
5 years ago, # |
  Vote: I like it +9 Vote: I do not like it

Bump, Contest starts in less than an hour... Register now if you havn't.

PS: The contest is not listed in all contest's page on CodeChef, so use the CONTEST LINK to reach the contest page.

»
5 years ago, # |
  Vote: I like it +9 Vote: I do not like it

good contest guys , really liked ding ding ding dong. Also could somebody explain how to solve the subtree problem

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

    There can multiple ways to do it, here is one possible way:

    Preprocessing: Make a Segment Tree to store frequency for incoming elements.

    Start with Traversing the tree from the root and increase the frequency of each node when you visit it. Then add (val[currnode] * sumOfSegmentTree(from val[node]+1 to MAX_ELEMENT)) to your answer. Complexity: O(N LogN)

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

    Editorials will be published soon.

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Why is this contest not on the contests page of codechef?

  • »
    »
    5 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    There is a new rule from codechef that they will not show sponsored contests links in their contest page because codechef is non-profit site.

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

wont these problems be shifted to the practise section?

  • »
    »
    5 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    They will be shifted soon by CodeChef...