Hello, Codeforces Community!
I invite you all to July Easy '16. The contest begins on Friday, July 1, 2016 19:00 MSK and will run for 3 hours. Check it in your timezone
The problems have been set by me and tested by Lewin, who has also prepared a resourceful set of Editorials.
A lot of you can manage to solve all the 6 problems in 3 hours, for sure. However, I am pretty sure that it won't be that easy.
The order of the problems will be random. Each problem is worth 100 points but scoring is partial so try to pass as many tests as possible!
The Problemset talks about the adventures of a little girl, Gudi. Hope you are able to help her across the challenges she faces.
Good Luck Everyone, wish you a great time.
See you on the Hall of Fame!
Auto comment: topic has been updated by pulkit_180894 (previous revision, new revision, compare).
20 minutes to go, good luck to everyone! :)
The problems were nice, though most are based on bruteforce (and isn't Hungarian Algorithm too hard maybe?), but the submission/scoring issues were very annoying.
Apologies for the scoring issues. Unfortunately,these issues crop up in an unexpected manner.
Can anyone discuss his approach for this problem : https://www.hackerearth.com/july-easy-16/algorithm/gudi-trapped-in-the-room-july-easy/ . Thank you!
I made a bruteforce with priority queue, so that smaller strings were expanded faster. My intuition was that if there are a lot of reachable states, then it quickly will find zero state and stop.
Bfs was enough, note that there are at most 10^6 states
Brute force. At each stage you have two choices, either do the first operation or second.
Brute forced it, wrote a recursion and used a map to check if the string is already reached (kind of like bfs). One catch is that H can be greater than N so just replace H with H%N.
Where are the editorials? There is nothing in the editorials tab. Please post them soon.
They were published 20 minutes after the contest itself. You may go and take a look now.
Had all the p2 been rejudged? It seems that those submitted around 30mins all only has 90 points.
They have been rejudged now.
Apologies for the delay, the leaderboard has been fixed. And all the problems have been rejudged! :)
See comment by Deemo below. I also have the same problem still. I had all tests passed but zero score, and still have 0 for the last problem.
My solution passed every test case of the last problem, but my score is 0. this was definitely the worst hackerearth contest I've participated in. :)
Hi Deemo, I think you must have missed the note in the last problem. (https://www.hackerearth.com/july-easy-16/approximate/when-archers-attack-july-easy/) Your feedback is noted. We shall work on making the future contests a much smoother experience for users.
LOL WTF! Seriously?..
Dude, I asked about this issue DURING the competition, and YOU REPLIED:
But now, you have deleted your comment! wtf?
The comment was deleted right there and then as I had misread the problem to be P3 where the comment was made. There were some confusions in P3 and the comment was meant as an assurance that the right score shall be assigned.
How can I check my solution in practice? There is no "Score" there..