When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

ck98's blog

By ck98, history, 4 years ago, In English

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/

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

»
4 years ago, # |
  Vote: I like it +23 Vote: I do not like it

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

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Good Luck to all n Have Fun guys

»
4 years ago, # |
  Vote: I like it +26 Vote: I do not like it

Reminder : Contest starts in 5 hrs from now.

»
4 years ago, # |
  Vote: I like it +16 Vote: I do not like it

Reminder : Contest starts in 24 minutes from now.

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

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 years ago, # ^ |
      Vote: I like it +4 Vote: I do not like it

    Yes we are sure that problem F is correct .

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

      OK, what is c and n (k <= n^2) in problem H?

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

        sorry for the typo c is defined in the question And c<=a^2

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

        The question has been updated . It was a typo , Sorry for the inconvenience .

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

      Again on problem F:) Maybe I do not understand something, but do strings a = "ac" and b = "bc" satisfying condition? If yes, which $$$d$$$ will work?

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

    Your submissions for the question F are correct ! I manually checked them , I copied your hack and submitted from my account and it got accepted . It must be a hackerrank issue. We might remove the question since it is happening with 2-3 more contestants .

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

Is there any time limit for each task?

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

    1 sec only But we have not considered TLE hacks since in all questions the given code wont give TLE.

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

      I am not able to get any verdict past 10 mins

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

        Processed means WA as mentioned in instructions.

»
4 years ago, # |
Rev. 2   Vote: I like it +6 Vote: I do not like it

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 years ago, # |
Rev. 4   Vote: I like it 0 Vote: I do not like it

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 years ago, # |
  Vote: I like it +15 Vote: I do not like it

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 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

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

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

      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 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

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

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

What is the test case for problem Help Me Divide ?