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

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

Hey Codeforces!

Greetings from NJACK, the Computer Science Club of IIT Patna,

We feel excited to announce our very first edition of Apeireon , the annual coding fest of the Department of Computer Science and Engineering, IIT Patna. The fest will be packed with a plethora of fun events for all our dear "logicians". Introducing this time, Hacking Challenge, an event that requires you to think about the edge cases for the problems. The event is analogous to the process of hacking where we have to find loopholes in a built system. Here, you will be given a problem and its partially accepted solution (a code which seems to be correct but fails on some of the test cases), and you as ‘the debugger’ have to find an ‘edge’ test case where it fails. The problems have been prepared by scameeer, MinorMiracle, Redemptioner and leviOosa.

1st Prize : 5000 INR

2nd Prize: 3000 INR

3rd Prize: 2000 INR

Ranks/Prizes are considered globally.

Please find the rulebook and registration form links below.

Rulebook: https://bit.ly/2vFDIO3

Registration: https://bit.ly/2QAnXPM

Contest link: https://bit.ly/33N67Oz

For more such fun events do check our facebook page https://www.facebook.com/njack.iitp/

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

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

Very excited to participate in the event. Hope to get the cash prize.

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

Good Luck to all n Have Fun guys

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

Reminder : Contest starts in 5 hrs from now.

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

Reminder : Contest starts in 24 minutes from now.

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

As you do not response on challenge page, I will ask here. Are you sure that your checker to problem F is correct? I am almost 100% sure that something is wrong with problem.

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

Is there any time limit for each task?

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

Can someone explain what mistake I made in I? I answered 2 2 4, which should work as the code given produces -1 and the area satisfies all the conditions? I feel I'm missing something stupid here :(

All in all, it was a pretty decent contest, definitely recommend :)

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

Seems that the contest is over, let's try to discuss the problems here.

For problem F, is test case n = 6, s = (1, 1, 1, 1, 1, 30) correct? (correct answer = 1, code outputs 15) The bishop is unable to move anywhere other than staying in its original position.

For problem I, is test case n = 2, s = (2, 4) correct? (correct answer 1 2, code outputs -1). The area is 2 * 4 = 8 which clearly has four distinct divisors.

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

Hey Everyone!

So here went our very first online contest, Hacking Challenge v1.0. The event was a huge success, all because of the huge participation. With total 718 registered contestants who turned up for this event, we thank each one of you for your contribution towards making this event a ‘grandeur’ in the very first attempt of our annual coding fest, Apeireon. These are the top three contestants:

  1. guptagaurang00

  2. shubhamjainiitb

  3. ll9311108110

Congratulations to all the winners for their brilliant performance!!! Fill this( https://bit.ly/2QAnXPM ) form (in case you have missed) to claim your prize money as soon as possible and contact Sameer(9028782395) for futher queries..!

  • »
    »
    4 года назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    Can you clarify the above discrepancies as well (Posted in the other comments)?

    • »
      »
      »
      4 года назад, # ^ |
        Проголосовать: нравится +14 Проголосовать: не нравится

      Actually, many contestants have submitted the correct hacks, but the custom judge was giving WA verdict even if the script was accurate. We don't know the reason, maybe it's a technical issue from Hackerrank. So finally we decided to remove one question from the contest to minimize the issues during the contest. We are incredibly sorry for the inconvenience:(

  • »
    »
    4 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Can you please release some explanations/tutorial for all the problems? Or unlock other's submissions. Thanks.

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

What is the test case for problem Help Me Divide ?