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

Автор sharat1105, 11 лет назад, По-английски

Indian Institute of Technology Roorkee presents night long algorithmic programming contest INSOMNIA. The contest starts at 2100 IST on 15 March and will last for 12 hours.

Team Registrations are OPEN! A team of at most 2 members can be formed.

Visit insomnia.cognizance.org.in for more details.

Prizes worth INR 35,000 to be won!!

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

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

How to register in insomina? I clicked on Register and filled in the form, then chose Register, but it showed a picture which was error.

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

    There was some issue which has been rectified. Try reloading the page(Ctrl+F5) a couple of times.

    Let us know if you face any other issues @ [email protected]

    If you do not have a cognizance id then register yourself at here

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

Let's clarify in advance — who is eligible for prizes?

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

Will event start in 2 hours (as time in announcemnt suggests) or in 2:30, as timer on event page suggests?

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

I dont understand how this system works. I tried to write code and pressed 'Submit solution', I also tried to upload code. But nothing changed ! And now button 'Submit solution' is unable to me at all, lol.

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

    If you are copying the code from your editor and pasting it into our online editor then just add a space character in your code and you will be able to submit it.

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

Is the contest extended by 15 mins ??

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

Too bad — the contest is being postponed. Why?

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

the submit link is not active and when i type something in the editor it becomes active but when i click it nothing happens.

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

My submission seems to be in running state indefenetly, can you check?

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

    Mine too... In addition, I can not submit for BGROW (it says "You have not submitted any solutions for this problem")

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

This system is the worst I've ever seen...

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

And now it is "This website is offline" :(

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

If I open code of my submission #2591 (which got compilation error) I can see someone's else c++ code

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

    Also if I open any other my submission it contains some weird javascript here and there

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

    At the same time I'm getting WA on 3 tasks, each of them I sure is solved correctly

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

      We made an announcement to resubmit solutions for the problem VIRUS. And the other two problems which you are talking about, we had a close look at your solution and you were actually failing on at least one of our test files.

      Do read the editorials which we have posted and let us know if you are still facing issues.

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

I seriously have mixed feelings about this contest.

The problems were of appropriate difficulties (the one with counting shortest paths on a grid with blocked off junctions appeared in Slovak national OI, labeled as 'hard', a few years ago), and were interesting. Also, I like the idea of a contest set specifically at night.

On the other hand, the technical issues were severe. There were many eternally pending solutions, maybe the testing system broke down? Also, there were some inaccuracies in the problem descriptions (like zeroes in matrices in problem LPGAME).

I believe that without those difficulties, the contest would've been much more enjoyable. But I still hope to solve the remaining problems for practice later.

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

    Yes, we faced many technical issues during the contest. We will try our best to not let such incidents effect the quality of contest from next year. Its great to hear that you liked the problem set.

    Regarding the problem LPGAME. The zeroes have no impact on the result so we just dropped them. It was clearly mentioned in the problem statement that the value in each cell would be between 1 and 9(both inclusive).

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

I still have no idea why my solution for LPGAME got Time Limit Exceeded. It is the same as the intended one in the editorial and takes only 0.5s to run the maximum possible test on my own computer. I must have been missing some corner cases...

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

Where can I get the editorial of the contest? I am really looking forward to reading it. The problems are nice and hard. Thank you very much!