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

Автор _thor__, история, 2 года назад, По-английски

Members of PyC, The Official Coding Club of IIIT Bhagalpur, are glad to announce Codeloop, a coding Contest based on a format guaranteed to give you Head Scratches along with Adrenaline pumps as you get going.

  1. There will be an online preliminary round held on CodeChef, from which the top 16 participants will be invited to participate at IIIT Bhagalpur to participate in the subsequent rounds.
  2. The on-site round is described subsequently.
  3. Participants will be called Iterators and each round will be called an Iteration.
  4. Each Iterator will initially point to the leaf nodes of a complete binary tree of height five. The goal of every iterator is to reach the root node.
  5. In every iteration, the iterator will be matched up against another iterator and both will be challenged against five questions of set difficulty level picked up randomly.
  6. Only one iterator can score for a given problem. Whichever iterator submits the correct solution will score points for the problem. At the end of each iteration, the iterator with more points advances toward the root node, and the other iterator will break out of the loop.

The prize pool for the event: INR 50,000 + Merchandise

  • 1st Prize — 16,000
  • 2nd Prize — 11,000
  • 3rd Prize – 6,000
  • 4th Prize – 5,000
  • 5th Prize – 5,000
  • 6th Prize – 5,000
  • 7th Prize – 5,000
  • 8th Prize – 5,000

Register Here For the Event.

We would Like to Thank our Army of Problem Setters and Testers, _thor__, assassin__cr, sv1234, Asad_27, akanksha984, sasti_monjulika_oo, coding_monk070

For more details contact: -

Event Head -

  • Samridha Kumar vyas [6376001668 ]

Event Manager -

  • Akanksha Chaurasia [7985088806]
  • Tanmay Tripathi [9868585269]
  • Sonam [7818854677]

We suggest Reading all of the Problems and we hope you find them Interesting.

Good Luck

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

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

Super Excited!! :)

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

As a setter, I can say problems are super fun !!

All the best to everyone :)

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

Any idea about the dates for the offline contest?

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

Will you provide sponsorship for travelling?

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

Excited to participate!!

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

Does the email we need to enter has to be the same as the email id with which the account is created?

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

excited!!

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

Can you please confirm whether in Problem https://www.codechef.com/COLO2023/problems/COL04?tab=statement (mess service) cycle can be there or not?

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

In problem mess service, How do you optimize the Dijsktra transition from [u][p] -> [v][p']. I could not figure out anything except from O(p^2)?

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

such a dumb round just googled the 3rd and 4th problem 3)https://mirror.codeforces.com/contest/1747/problem/D 4)https://cses.fi/problemset/task/2121