sksusha8853's blog

By sksusha8853, 13 months ago, In English

Happy April Fools' Day!

Greetings everyone,

The Programming Club,IIT Indore is pleased to roll out its next event, Fool You. It will be a Competitive Programming Contest consisting of elusive and tricky questions, where deciphering the questions may be more complicated than coding them! You just need to know the basic programming skills, logic, and the mental ability to spot the clues and hints camouflaged in the questions.

The contest starts on April 1st, 2023 at 17:30 IST on Codechef

Contest link:https://www.codechef.com/FLYU2023
Problems: 9
Durations: 2 hours
The editorial of the contest: Solution

The problems for the contest were prepared by Lucifer_09,P.V.Sekhar,gauravmahendraker,Vedant_05,MNKG,i_hate_green,yadavsushil538.

Wishing you all the best for the contest! See you on the leaderboard!

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

| Write comment?
»
13 months ago, # |
  Vote: I like it -47 Vote: I do not like it

I don't think you should post it here if it is on codechef. What do you guys think?

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

    It's not about platform, it's about to invite user for contest. Codeforces blog is one of the best way to invite them for contest.

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

Does this contest count towards my ranking?

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

Can you open submissions? What's the answer to the Orangutan one?

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

What are the solutions for "Dividing Till Zero" and "Difference" problems? Rest all done

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

    Divide the number by $$$5$$$ until it becomes equals to $$$0$$$. Answer is the no of iterations it takes.