yashss1's blog

By yashss1, 15 months ago, In English

Hello, Codeforces!

Get ready to indulge in a delicious coding challenge at Codelicious!

I ecstatically bring to you a full-course meal of delicacies manifested into mind-boggling problems, all slathered onto our silver platter, Codelicious 2023!

Henceforth, I extend an invitation to all of you to register and participate in Codelicious'23, the global coding challenge of Pulzion’23, PICT ACM Student Chapter’s annual flagship event.

We have an exciting prize pool of 300+ USD (25,000+ INR) for top 2 Global and top 2 Indian participants. Also 10 Lucky participants will be eligible for exciting goodies.

You will be given 6-8 problems with atmost 1 Interactive question and 2 hours and 15 minutes to solve them.

All the problems are prepared by us, and we would like to thank - Jamshed11, AsktoAjinkya, Nachiket, soumya_27, harshpatil2104, vijaymunde_02 for their valuable contribution.

Registrations:
Only registrations via the website will be considered valid and will be eligible for the prizes. To register, please refer to our website: https://pulzion.co.in/

UPD: Contest is about to begin in an hour.. Let's see you on the leaderboard.

Contest Details:

Global Prizes:
Rank 1 from leaderboard: 100 USD
Rank 2 from leaderboard: 75 USD

Indian Prizes:
Rank 1: 6000 INR
Rank 2: 4000 INR

Pulzion'23 App: https://shorturl.at/rCDHY

NOTE: Prizes are subject to change under unavoidable circumstances. Management is not responsible for the change in the pool. Final decision lies in the hands of the organizers. In case any country has any restrictions on prize money transfer we shall not be responsible.

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

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

As a problem-setter and tester, I can assure you that problems are very interesting.

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

As a problem-setter and tester, I can assure you that problems are well written and tested.

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

Registration is not working on the website, only login option is there.

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

submissions are getting queued :(

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

    It seems there is a slight delay in judging the received submissions. We sincerely apologize for any inconvenience caused.

»
14 months ago, # |
  Vote: I like it +16 Vote: I do not like it

long queue

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

Due to heavy delay in the submission queue, the contest has been extended by 30 minutes.

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

Unfortunately due to some technical issues, the contest has been abruptly ended by Codechef. Sorry for the inconvenience.

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

    Is there any chance the contest will continue if the issues will be resolved quickly?

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

      No actually, we will email all the participants about the update.

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

        That's a complete fuck-up then. Nobody will have a chance to correct the submissions, which finally got judged after the long time in queue.

»
14 months ago, # |
  Vote: I like it +4 Vote: I do not like it

It was announced that the contest has been extended by 30 Minutes. But the submission has already been turned off even before the 30 minutes of the initial ending time. :)

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

How to do Pyro Billboard? I tried flipping those bits who are set for even number of elements in the array, but failed.

My Code

Can anybody help, please?

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

    You can flip only one bit per each element.

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

      So I have printed $$$min(ans, n)$$$.
      Why won't it work?

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

        Because you're not doing what's supposed. Look on test 536870911 536870912 for example. What does your code return here? 2?

»
14 months ago, # |
  Vote: I like it 0 Vote: I do not like it
  • »
    »
    14 months ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    It was an FFT problem. Here is the Author's Solution for the same: https://ideone.com/HIEzzC

    We will be releasing video editorials in the next few days.

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

      Most questions from the contest were minor modifications on standard problems.

      The DSU problem was exactly CF: Connected Components?

      This FFT problem is on CSES.