Hello Codeforces!
On Jun/30/2019 17:45 (Moscow time) Educational Codeforces Round 67 (Rated for Div. 2) will start.
Series of Educational Rounds continue being held as Harbour.Space University initiative! You can read the details about the cooperation between Harbour.Space University and Codeforces in the blog post.
This round will be rated for the participants with rating lower than 2100. It will be held on extended ICPC rules. The penalty for each incorrect submission until the submission with a full solution is 10 minutes. After the end of the contest you will have 12 hours to hack any solution you want. You will have access to copy any solution and test it locally.
You will be given 7 problems and 2 hours to solve them.
The problems were invented and prepared by Roman Roms Glazov, Adilbek adedalic Dalabaev, Vladimir vovuh Petrov, Ivan BledDest Androsov, Maksim Neon Mescheryakov and me. Also huge thanks to Mike MikeMirzayanov Mirzayanov for great systems Polygon and Codeforces.
Good luck to all participants!
Congratulations to the winners:
Rank | Competitor | Problems Solved | Penalty |
---|---|---|---|
1 | Radewoosh | 7 | 220 |
2 | 244mhq | 7 | 346 |
3 | jqdai0815 | 6 | 120 |
4 | square1001 | 6 | 136 |
5 | HIR180 | 6 | 153 |
Congratulations to the best hackers:
Rank | Competitor | Hack Count |
---|---|---|
1 | 2014CAIS01 | 76:-1 |
2 | Prateek | 50:-1 |
3 | takumi152 | 32:-2 |
4 | Holland_Pig | 28 |
5 | sys. | 37:-24 |
And finally people who were the first to solve each problem:
Problem | Competitor | Penalty |
---|---|---|
A | Geothermal | 0:01 |
B | arknave | 0:02 |
C | HIR180 | 0:06 |
D | RUSH_D_CAT | 0:22 |
E | Noam527 | 0:06 |
F | zhoutb | 0:28 |
G | Luma | 0:46 |
UPD: Editorial is out
The problems gonna be high-level because it's @PikeMike
The problems gonna be delayed...
This group of people have held many educational rounds.Thanks a lot!
And I hope that the problems will be as nice as the past educational rounds'.
Orz Holland_Pig.
Orz Holland_Pig and ZCLG
[DELETED]
I'm looking forward to this round, cause I hope to turn blue:) Good luck to you all!
you are already approximately blue...xD
I was closest to blue.
aree bhai bhai bhai !!!
You are No.1 of Green:)
Oh Yes. I didn't see this way:)
I did it!
Congratulations! :)
Congrats!
Congratulations :-)
Congratulations!♪(^∇^*)
Just please prove your solutions :))))
I'm hoping to learn something new again in this contest. Because of the last educational round, I learnt the sparse table and binary lifting. Thank you, problem setters for nice educational rounds.
Is there any proof why my contribution is negative ? (without your upvote / downvote to this comment)
If a comment has rating between 0 and -5, it's shown that its rating is 0. Your previous comments had rating 0, but maybe they were like -1 or -2 so, after some time, your contribution became -1. I guess that's the reason.
Do successful hacks add upto your total score?
No,in educational rounds,you can only hack after the round ends for 12 hours.This will not effect your score.
But if you hack others' solution successfully,and their ranks are higher than yours,your rank may become higher.
But the possibility of that is quite low .. the hack must include a case the testers didnt notice ..
I think it's for educational purpose only
12hrs System test will be like
But the round hasn't even started yet!
hope to have a contest !!
hope to have a rated contest.
I hope, too. Moreover, it is important that this contest become rated even to prevent the contest from being unrated twice in a row.
All the misery was necessary
Educational Rounds and awoo.
I hope everyone gets what he deserves.
Good luck everyone!
When it clashes with India's batting.
Epicenter major grand final PepeHands
if( Educational Round == awoo || Div 3 == vovuh ){ print("Contest gonna be lit."); }
Are you a C++ coder or a python coder or some language else's?
C++ if added:
define print printf
:P
*late
Sure about timings ? :p
And it gets delayed by 10 min '__'
Hope this one's rated :)
Rated for Div2, that's what it says above. :)
I think you didn't understood what he meant :)
The contest start has been delayed for 10 minutes. I think these days so many contests are delayed.
Why did the time suddenly extend?
It seems like new tradition of CF. I am observing it since last 4 contests.
traditions bro. Traditions.
What's with all the delays nowadays?
Not to say that I don't appreciate this site, but why not just schedule it 10 minutes later beforehand so we can work on other stuff? Is something unexpected coming up?
Exactly I am yet to take my dinner today. And I delayed it for two hours for contest. If i knew it was 10 mins later then I could have managed taking my dinner as well before contest :(.
They are waiting for 10k registrations.
This 10 minutes is the most boring time of day :3
again a delay ? ! great !
Finally codeforces scheduled delay takes its place
expecting nice problems!!
Every contest delayed for 10-15 minute . So , why contest time fixed 10-15 minute earlier rather than starting time ?
they want to wait until the number of participants increases over 10k
not going to happen even if they delay it by one hour
Delay by 10 minutes and CF rounds! better love story than Twilight :P
I wanted to say thanks for not having a delay, after contest :\
Delayforces
I hope this round is perfect.:)
arisjo hacked pikmike's account and made this contest
Good explanation!
First of all it's arsijo,, and this kind of aggression towards him !!!! , even aggressive cows didn't have this much aggression towards each other
The contest "codeforced" again.
Test case 3
If anyone needs help in E question.You can refer to F. Tree with Maximum Cost question. They both are quite similar :)
In my opinion, C harder than D and E.
D was definitely harder, it was hacked left and right.
I agree. In my opinion hard ad-hoc problems are always harder than problems that need a general algorithm or paradigm to be solved.
What is the 6th testcase for problem C?
Probably something like
5 2
1 4 5
0 2 5
I get correct answer for this case but still got wrong on testcase 6
try this 10 3 1 3 6 1 6 7 0 2 8
I'm getting the correct answer on this still my solution is failing on test case 6 . Submission no 56381811.
A and B super easy. C, D, E, F need some "trick". I do not see the educational point.
C, D and E needed some trick? I didn't use a single data structure, well known algorithm or "trick" in them and in fact I think that C and D were quite interesting.
Edit: fuck my life.
I got an AC with an horrible brute force, I expect this to be hacked. Worked about two hours on it and I have no real idea of how the solution should look like. Thats what I call "you need a trick".
E did not need a "trick" in my opinion, it was an interesting DP on Trees problem.
Maybe E was to hard for me. But, it is obvious that one need to find the "correct" first node. If you see how to find it, you found the trick.
no you can find the answer for all vertices on o(n)
What is the approach of Problem E?
Similar to 1092F - Tree with Maximum Cost. DP on Trees
How to solve D?
E is very similar to 1092F - Tree with Maximum Cost. (I know being original is not a priority, I'm just saying in case it benefits some people).
I solved that F problem without any help,but couldn't solve E now...
I did E using sliding through nodes only(Sliding Window??)
I read your solution could you explain in bit detail please.How are you managing window on tree, heard it first time,seems interesting!!
Not actually windowing but if I find answer for any node say, 1 then for its children it will be just addition of a quantity a-b
So you are using the concept of re-rooting basically and finding the effect of traversing one node below the given node.
Yes
Oh,I solved it,They are REALLY similar problem... interesting,of course...
What is "Unexpected verdict" for hacks?
Maybe hack so strong even author's solution crashed
Not author's, just tester's.
lmao
How to solve D?
int n; cin >> n;
Hacks for C and D?
Testcase #6 for C. My approach : all segment of type 1 is increasing order. initial value = 1e7.(value greater than 1000) fill rest in decreasing order staring from 1000. Check if it violates type 0 segment rule. what is the problem?
You will get wrong for testcase:
5 2
1 2 5
0 1 5
Have you tried this case:
idk how but this code gives me correct output on terminal for test case 1, but I get wrong answer on test case 1 on codeforces, https://mirror.codeforces.com/contest/1187/submission/56341353. Can someone please tell me why this is happening, it happened to me so many times before.
You forgot to return
true
in yourchk()
function.Hackforces?
Problem E, in first test sapmle, why answer is 36? I think i even didn't understand the problem(
Start from node 7 or 8.
C -> whats wrong with my approach ? My approach : sort all pairs of type 1; take a initial value greater than 1000. for first segment of type 1 fill the segment with increasing value starting from initial value. for each segment except first. if starting point<=ending point of previous segment then do not reset previous value. continue increasing from there.
else if starting point>previous ending point reset to initial value.
fill rest in decreasing order staring from 1000. Check if it violates type 0 segment rule. what is the problem?
Overlapping ranges... I think you need to check every single index, if index and index+1 must be sorted, or must be unsorted. Then you can build the array easyly.
that is great thinking but I thought I handled overlapping segments. For type 1 segments I merged the segments . and for type 0 I checked is they are ok after building the array: 56343410 Can You give me a small hack..please?
You might have ranges like
If you sort for 1, 2, 6, you will loose the 10 while checking if 6 is gt 4. So you decrease the counter on segment (6, 12), which violates rule for segment (1, 10).
... But I am not really sure about that... just a guess ;)
Today Problem A was a night mare to me . Got AC on 6th attempt.
There was DP on tree in E, isn't it?
P.S. Great contest!!!! Wish every contest gonna be like that.
UPD: C dropped
Yes, it was DP on tree
Lol what are all the hacks in D?
Hack case for D:
1
5
5 4 1 2 3
1 2 3 5 4
answer must be YES
Wow, didn't think of that :(
I got this right but still got hacked, any other case?
1
13
1 7 1 4 4 5 6 13 10 4 4 5 6
1 1 4 4 5 7 6 10 4 4 5 6 13
answer must be YES
Another hack case
1
8
2 3 4 5 6 5 1 4
1 2 3 4 5 6 5 4
HACKFORCES at its best.
C. Maybe someone could help me? I don't understand, why my solution didn't work. What criterium to say "NO"? (In my sol I sort all conditions on left bound, connect them(conditions {1 2 5}, {1 3 6} will be {1 2 6}) and build for O(n) answer). Solution.
After you build the array using the "1" facts, loop through all of the "0" facts to see if any of them are sorted.
Can anyone tell how to solve B? Tried for like whole contest but Everytime time limit exceeded on test case 4.
Build a pref matrix: matrix[letters][index], then use it to find the least indice that for each letter in the name, matrix[letter][index] >= frequency[letter] in the given string.
First pre-compute the given string by taking a vector of vector of size 26 and insert there indexes . Then for each query make a frequency array for all 26 letters and iterate frequency array and if frequency is not 0 check for the minimum index needed for given frequency in pre-computed array . Here is my solution
Ohhk i got it.
Your solution is probably $$$O(N\sum{t_i})$$$. You need to pre-process the string in order to quickly answer the farthest position needed for each name. You can do this by storing the $$$k$$$th occurrence of each letter. Then you just have to use this lookup table to find the answer for each name. Then the runtime is $$$O(N+\sum{t_i})$$$ (plus a constant factor for the size of the alphabet).
I am generating a large Test case for hacking for Problem D. I am generating Test cases in which n is of the order of $$${300000}$$$ and $$${t = 1}$$$. But when I try to hack someone it says Test Cases cannot be longer than 256KB. Why it is happening, In question it is mentioned that $$${n}$$$ can go upto $$${300000}$$$. Can anyone Tell me the reason.
You should generate big tests with "generated input", in case you were just copying your test cases. I may be wrong
For testcases larger than 256KB you need to upload a generator i.e. a program which prints that testcase.
use generator for large test case
How to solve D? Some people suggested the answer was to count inversions of each individual number and check those, but then they got hacked.
The key idea is the following: you need to sort subsegments of length 2, i.e. swap pair of consecutive elements if the first one is larger.
Let's suggest that the element $$$b[1]$$$ is in the position $$$a[pos]$$$. If $$$min(a[1..pos]) < a[pos]$$$ then there is no way to move $$$a[pos]$$$ to $$$a[1]$$$. Otherwise, we can move it and, moreover, relative order of $$$a[1..(pos - 1)]$$$ doesn't change. So we "delete" $$$a[pos]$$$ and $$$b[1]$$$ and solve recursively.
Of course, you need to write it in an efficient way.
but how can i get index "pos"?? will u pls share yur solution !!
Considering that solution as correct, you can make an array of vector of size 3*(1e5)+1 and store the indices of the input elements inside the vector. That way you can always obtain pos in O(1) time
Consider this : 1 5 3 1 2 4 1 1 2 1 3 4 According to your solution, first element 3 can move to a maximum of 3rd index (consider 1-based indexing). But it can go till 4th index if we swap indexes 4 and 5. Also in that case relative order changes. Answer to this test shall be "YES". If I didn't get your code correctly please elaborate
You should move not $$$a[1] = 3$$$ to the right, but $$$a[2] = b[1] = 1$$$ to the left. Then you get array $$$a = [1, 3, 2, 4, 1]$$$ and $$$b = [1, 2, 1, 3, 4]$$$. Next step is to move $$$a[3] = b[2] = 2$$$ to the position $$$2$$$, $$$a[5] = b[3] = 1$$$ to the position $$$3$$$ and that's all.
Match indices of
a
to corresponding indices ofb
(this matching is unique if equal elements aren't reordered). Create an arraypos
wherepos[i] = j
means thata[i]
is matched tob[j]
. Then, if there is some pair(i, j)
such thati < j
,a[i] < a[j]
andpos[i] > pos[j]
, then the answer is NO. So this gives a necessary condition that no such pairs exist. I didn't prove it's sufficient though :(Keffa2's solution this might help...
First check that arrays are permutations, and get the map fuction $$$p$$$ such that if the $$$k$$$-th occurrence of value $$$v$$$ in $$$A$$$ is in position $$$i$$$, and the $$$k$$$-th occurrence of value $$$v$$$ in $$$B$$$ is in position $$$j$$$, then $$$p(i) = j$$$.
Then, instead of "sorting a range", think of your operation as "swapping consecutive elements $$$A_i$$$ and $$$A_{i+1}$$$ if $$$A_i > A_{i+1}$$$", if you can get to an array by sorting ranges, you can also get to it by swapping consecutive elements, like that.
You can notice that your operation allows you to "remove" already existing inversions, but you definitely can't create new ones. Then, finding a single "new" inversion present in $$$B$$$ is enough to answer NO, and, I haven't proved this yet, but I think that if you don't have any "new" inversion, then you can safely answer YES.
You can check that you are not creating new inversions by going through the array $$$A$$$, and maintaining a segment tree that answers the maximum in a range.
The idea is that $$$ST[v]$$$ is the maximum index (in $$$B$$$) in which an already seen value of $$$v$$$ (in $$$A$$$) ends up. When you are at position $$$i$$$, check if there was a previous smaller value $$$v$$$ ($$$v \leq A_i$$$) that ends up after $$$A_i$$$, if this happens, you can already say NO. Otherwise, just update the $$$ST$$$ accordingly.
The code snippet might be easier to understand:
You can also check my code: 56332559.
Your claim about inversions can be proven by induction on $$$n$$$, the length of the given arrays. In the step you just have to notice that first $$$n-1$$$ values of the first array, on which we swap adjacent elements, can be sorted in the same way they are sorted in the second array, if we neglect $$$a_n$$$ (the arrays are indexed from 1). That is true by the hypothesis. And now it just remains to somehow deal with the $$$a_n$$$. But it is not hard to prove that it can go to its appropriate position. All you need to do is to notice that if there was an inversion that consists of $$$a_n$$$ in the first array before the change of the order of its first $$$n-1$$$ elements, then the same inversion exists after that change and vice versa.
int n; cin >> n;
56341660 56338689
These submissions are very similar
That's what happen when someone shares his solution with one friend, and don't share it with the other lol
please anyone explain B ?
https://mirror.codeforces.com/blog/entry/68060?#comment-523900
just store Kth occurance of every character like count[ch][k]=i (character ch appeared k times at index i)
then count the occurance of every character from query string. for example in query string 'a' appeared 2 times 'b' appeared 3 times. so the answer will be maximum of count['a'][2] and count['b'][3]
So this is what happened today:
Requesting all hackers to add another plot twist here (By hacking other people's solutions, not mine :P)
at the end, the editorial get hacked and the contest becomes unrated...
happy ending for every hacked person :-)
The people who end hacking D starts hacking C. XD
What should be the condition for printing NO in problem C?
An unsorted fact is fully contained in a range that has to be sorted which is the union of overlapping sorted facts. You make the all the sorted ranges were non-decreasing and everything in between decreasing and check if it satisfies the unsorted facts.
Thanks , earlier I was considering that even a partial overlapping will lead to answering NO, Also I have another question. The Problem statement mentions that some range will be sorted and some won't, but if the ranges does not cover the entire array , what can be said about the range which is not covered in the queries. Should that be sorted or unsorted. eg:- if array size is 6 and the ranges are (1-indexed) 3-4 4-6 what about 1-2 ?
Make them anything you want, it doesn't matter. You could just make anything outside of a sorted range unsorted so that you satisfy as many unsorted facts as possible, and then check if all the unsatisfied facts are true. If one of the facts aren't true, there's no solution since you're already making as much of the array unsorted as possible.
simple test hack for D -_-:
1 3 3 2 1 1 3 2
Before start hacking, the number of a test case of Problem D was 18, and there are 74 now. :O
Pretty much means some solutions might be filtered out during the system test so don't be too happy if your solution hasn't been hacked (notes to myself... ahem).
Lol, there are 152 test cases right now :)
How do you check that?
You can resubmit your solution and it will be tested on the full set of test cases
Many people have been hacked on D, including me.. We should use data structure to solve.
Any hint for F?
Answer is $$$E[(1+\sum_{i = 1}^{i = n-1}(x_{i} != x_{i+1}))^2]$$$ = $$$E[(1 + \sum_{i=1}^{i=n-1}(x_{i} != x_{i+1})^{2} + 2\times \sum_{i=1}^{i=n-1}(x_{i} != x_{i+1}) + 2 \times \sum_{i!=j}(x_{i} != x_{i+1})(x_{j} != x_{j+1})]$$$.
Now use linearity of expectations to calculate it.
Can anyone explain the idea of Problem F ?
Thanks in advance.
Count expected number of group pairs.
C and D — R.I.P. It's gonna be very nice system testing))0)
Do upvotes increase contribution points? If yes, can I get some upvotes just to get some contribution points? I currently have none :(
Yes and Yes :)
what is the hack in C? so many purples have been hacked
Wow, more than 600 solutions on problem D passed on pretests and now it's only slightly more than a 100. What's so wrong with this problem, did everyone try to do something greedy? My solution is stupid, what could possibly go wrong.
even C is turning out like that
C is a constructive task, so no doubts with a small amount of tests you can't really filter the small mistakes. But in D they even had multitests! It blows my mind.
there was not strong tests for D , unlike E.
I was rank bout 200 at the end of contest.But now,I am rank74. That's hackforces.
Happiness comes to you quickly like a storm LOL :D
This round's D will like this problem,which has 588 tests
7 7 2 3 6 5 4 1 1 2 3 6 4 5 7
problem D, i excute some ac codes, result is YES, and unsuccessful hack
anyone can help explain? i think it is NO.
Apply the operation to [5, 6] to swap them, [1, 2], [2, 3], [3, 4]... to move 7 to the end, and [5, 6], [4, 5], [3, 4]... to move 1 to the beginning. (numbers in brackets are indices, 1 indexed)
7 7 2 3 6 5 4 1 1 2 3 6 4 5 7
first sort [5,4,1] then it'll be 7 2 3 6 1 4 5 then [7,2,3,6,1] it'll be 1 2 3 6 7 4 5 then [7,4,5] it'll be 1 2 3 6 4 5 7 which is equal to B
Weak test cases for C and D
How to solve B? I think I have overcomplicated using the precomputation and binary search.
Binary search is not needed. Look at my code.(https://mirror.codeforces.com/contest/1187/submission/56315851)
Thank you
Okay, so I think you gave such weak tests on purpose.
Another 2 solve contest lol im gonnna drink some beer
When you go from -65 to -13
What is the idea behind C?
Greedy. Lets make unsorted all the subarrays that don't required to be sorted. Note that if we have to intervals $$$[i_1,i_2]$$$ and $$$[j_1,j_2]$$$ that needs to be sorted, and if $$$i_2 >= j_1$$$ then the interval $$$[i_1,j_2]$$$ needs to be sorted as well. So lets find all actual intervals that needs to be sorted using the rule above. Suppose that those intervals are $$$[l_1, r_1],[l_2, r_2],...,[l_k, r_k]$$$. We can fill in them starting from the first one by assigning the $$$n$$$ to all the positions within the $$$[l_1, r_1]$$$, $$$n-1$$$ within the $$$[l_2, r_2]$$$ and so on. Finally check wherther all condition with $$$t==0$$$ holds. If not, there is no answer, otherwise you have already found one.
It may seem that we need to fill in the segmends between sorted intervals somehow but actually they can be handled as a sorted intervals with length 1.
Imagine that we need to produce an unsorted array of length 4. Its clear that intervals $$$[1;1],[2;2],[3;3],[4;4]$$$ needs to be sorted (yep, array of length 1 is allways sorted, but the goal is to see how the algorithm above will handle them). If we run an algo on this intervals we will get the following array: $$$[4,3,2,1]$$$. As you can see, all the subarrays of this array with $$$length > 1$$$ are unsorted.
Hi Can you provide Me the code?
56403000
Sorry for the delay in my response, I was at work.
Thank you bro. But i think you code is very complex. I saw some of the red codes and they were just like 20-30 Lines But i couldnt get them :(
I use the Disjoint set to make the interval of sorted, then i test the unsorted case in it.
problems are good,but pretests are too weak
Hey awoo, Editorials please !!
Is there any simple solution for D which does not use segment tree?
Could someone check out my submission and tell me what do the diagnostics mean. I am not able to interpret it. Submission no — 56381811 Thanks in advance.
The actual error is:
Error: attempt to subscript container with out-of-bounds index 161, but container only holds 161 elements
This is saying that you are trying to access element number 161 in a container (a vector, I think) that contains only 161 elements. This is an error because, in such a vector, the elements are numbered from 0 to 160.
Looking at your code this might be in merge(), where you index with j+1:
for(int i=0;i<n;i++) { cout << cur << " \n"[i==n-1]; cur+=arr[i]; } can someone explain [i==n-1]; in above and for (i = 0; i < n; i++) cc[i] = (i % 2 == 0) == (s[i] == '(') ? '0' : '1' what does that == after (i%2==0) does?
" \n"[i==n-1]
is a way to print a space when i<n-1 and a newline for i==n-1, because " \n" is a string with two characters :" \n"[0]
is' '
and" \n"[1]
is'\n'
(i % 2 == 0) == (s[i] == '(')
is equivalent to((i % 2 == 0) && (s[i] == '(')) || ((i % 2 != 0) && (s[i] != '('))
So where is the Editorials?
NYP
What does NYP mean?, Not your problem?
Not yet published
Was not able to solve any question but will try next time Wish me luck
Auto comment: topic has been updated by awoo (previous revision, new revision, compare).
In problem C, for sorted subarrays, most of the solutions are doing +1 for L[i] to R[i] — 1. Why not L[i] to R[i]? Why is R[i] not being taken into consideration?
Auto comment: topic has been updated by awoo (previous revision, new revision, compare).