The online preliminary round of ICPC was conducted on 16th November 2024 in India, featuring 6 problems to solve in 2.5 hours. The questions are as follows:
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 161 |
5 | djm03178 | 158 |
6 | -is-this-fft- | 157 |
7 | adamant | 155 |
8 | Dominater069 | 154 |
8 | awoo | 154 |
10 | luogu_official | 150 |
The online preliminary round of ICPC was conducted on 16th November 2024 in India, featuring 6 problems to solve in 2.5 hours. The questions are as follows:
Name |
---|
where can i find the solutions?
I dont have the solutions yet. I'll upload once I get the solutions.
Do you know where to get past ICPC india prelims questions. Or do you have any resources/links.
codedrills
But when I click on the ICPC section, it shows the page has been removed.
this will help
https://codeforces.net/blog/entry/105000
Thanx a lot, bro. I was finding similar blog on CF for so long, you helped a lot.
Good luck for next icpc and we failed today to solve 3 and we are out of competition most probably
Same, I just started my journey at college. And was only able to do 1 ques, so probably next year.
Great prepare rigorously for the next year like try to reach expert or CM within next ICPC and you will have a Great chance.
can someone explain Collisions problem I mean explain [ 1 1 1 1 ] example how did it had 2 collision if I send last one to left and all other towards right it should have 3 collisions right?
Consider this R,L,R,L Then 1st and 2nd collide ,3rd and 4th collide, making it 2.
But in their official pdf they had explained following as one of solutions "In the fourth example, an optimal solution is:
Column 1 moves right, Column 2 moves right, Column 3 moves right, Column 4 moves left. The object in column 4 collides with the object that moves from column 3 and the object that moves from column 2."
in their explaination column 4 collided with 3 then with 2 (meaning after colliding with 3 it was not erased from the map so 3 would still be on the map either still or moving to its original direction) and also if 4 collided with 3 and 2 why it not collided with 1.
overall I wanna know what happend to a column after it has successfully collided does it keep moving or stays in that column? also if I cross another column with same value let [1,1] they will cross each other moving at same time but will never be in same column cause distance between them is even.
please if you have some time explain this to me I am very curious and want to understand
That's another configuration. As per question, each column only moves once.
By the way, did they provide editorial?
naah, and there question explaination was poor too I mean if after understanding the question I can't provide a solution then thats my incapability but they were unable to describe the question.
Where did you find the editorial for these question.
the last one will collide with second last and third last in this case