Блог пользователя yan.silva

Автор yan.silva, история, 6 лет назад, По-английски

Hey guys, what's up? How's the quarantine going?

Leonardo_Paes and I are preparing our first contest. It is ICPC-style, but we recommend that it should be done individually. You'll have 5 hours to solve between 10 and 12 problems. It will be held on this Sunday ( 03/29/2020 ), 14:00 UTC-3 in a private group. You can join this group using this link: https://codeforces.me/group/t62S9paTEF.

We really hope you enjoy the contest!

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

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +61 Проголосовать: не нравится

We hope you will have fun!

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

Hope your contest will be success <3

I see no contest in the link ?

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

Will it be rated?

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

It would be great, if this contest will be in other date, because at this time a lot of cf users(and ICPC teams) will be in opencup.ru contest.

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

    We think that changing the date of this contest it's a bad idea because we had announced it to many people already. But, if people like this contest, we'll make more contest and more people will be able to participate.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +36 Проголосовать: не нравится

Why not using those problems in Codeforces Round?

I know it's kinda difficult to prepare official rounds but official rounds are also well organized :)

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

Thank you for your efforts! Hope it's gonna be fun!

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

The contest is now available to register!

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +46 Проголосовать: не нравится

The participant's solutions will be made available?

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +31 Проголосовать: не нравится

What was the expected solution for D? Felt something like connected components, but no luck.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +28 Проголосовать: не нравится

Nice contest! Thanks :)

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

Problem K: The arrays x and y will be destroyed after this query; the new array receives the index of the smallest positive integer that has not been used yet. The meaning of destroyed in this case is very confusing, I couldn't send it in time because I understood that destroying restores the id :(

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +25 Проголосовать: не нравится

How to solve H? I came up with the obvious O(n^2*k) dp solution but couldn't figure out a way to optimize it.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +15 Проголосовать: не нравится

Thanks for the contest :)

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

Thanks for the contest! Will there be an editorial?

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +22 Проголосовать: не нравится

Really my fault for not asking clarification, but the phrasing led me to believe the first query in K meant adding $$$v$$$ to the

Unable to parse markup [type=CF_MATHJAX]

-th element of the

Unable to parse markup [type=CF_MATHJAX]

-th array, rather than setting the

Unable to parse markup [type=CF_MATHJAX]

-th element of the

Unable to parse markup [type=CF_MATHJAX]

-th array to equal $$$v$$$ :(

Anyways, thanks for the contest! The problems were pretty nice.

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

Nice contest! Can you please make all the testcases visible to us?

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +10 Проголосовать: не нравится

Problem K doesn't work again.

Btw. nice contest! Enjoyed it.

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

can someone help me in problem B,i tried to solve it using weighted bipartite matching but i got TLE in test case 85.

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

Can someone share their solution for problem H?

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

Any editorial? Leonardo_Paes yan.silva

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

I have solved the problem A using DFS , I have an intuition about what to do but i am getting wrong answer in the fourth test case,can someone help me out with that. By the way,i am not even taking the edges with composite weights as inputs,as they really don't matter.This is the link to my code....

UPD..I found my mistake,btw thanks...