Изменения рейтингов за последние раунды временно удалены. Скоро они будут возвращены. ×

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

Автор Da7doo7, история, 3 года назад, По-английски

Hello, Codeforces!

I am happy to invite you to participate in Tishreen + SVU Collegiate Programming Contest 2023 which was held on Tuesday, June 20, 2023, at 11:00.

The problems were authored and prepared by LastDance_NotLastOfMe, ApraCadabra, MOUFLESS, purp4ever, FetFot, Geo_Ghaffar, Nihad_Nabelsi, Tinky-Winky, Ali_ZaiBug, ZaiBug, MaherSefo, and me.

I would like to thank our testers:

Vectors_Master, BabaVoss, Mohanad_Nahhal, Ayham_Dabah, Yousef-Elwan, Saleh_Nawar, Aasa-chan, little-fermat, KoKai, Shawerma, Rimiii, I_will_keep_trying, Shahed_Bawadekji.

And a special thanks to EleCursity, who helped us coordinate the contest onsite.

We would love to hear your feedback about the contest. Hope you enjoy solving the problems! wish you the best of luck!

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

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

As a problem-setter, give me Pringles.

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

As a problem-setter, I really recommend the problemset for any team who likes solving problems. :)

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

The moment we've been waiting for is finally here! Best of luck to all the participants.

orz

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

As a contestant in this contest, I would like to thank you all for this enjoyable contest.

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

Finally I can say "Siiiiiii" XD

Have fun and ENJOY solving

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

As a problem-setter , I can assure you that the problems are interesting and I encourage you to try solving them all. Have fun!

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

I'm not a contestant . I'm not a problem-setter . I'm not a Tester
Yet I still want to farm Contribution

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

It was a nice experience , I wish the best for all participants.

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

Will an editorial be published? Nice problems btw :)

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

i will solve all of the problems soon :)

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

Nice problem set. Try to solve every problem.

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

How to solve K ?

sample

my idea was ..say i have the answer of node 6 which is ( 6*1 + 1*2 )

and now i want to calculate the answer of node 10

then it will be ans[10]=(10*1 + ans[6])

but here ans[6] has to be ( 6*2 + 1*3 not 6*1 + 1*2 )

how to do this efficiently?

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

Is there any tutorial coming soon ?

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

Finally solved all, thank you for this fantastic problemset!!

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

104487I - Link into the Vrains was by far my favourite from the set. It blew my mind how all the observations tied together at the end, making for a very elegant reduction with a simple (and more powerful) solution.

Statement


Hint 1
Click me


Hint 2
Click me


Hint 3
Click me


Hint 4
Click me


Hint 5
Click me


Hint 6
Click me


Hint 7
Click me


Hint 8
Click me (part 1)
Click me (part 2)
Click me (part 3)
Click me (part 4)


Hint 9
Click me (part 1)
Click me (part 2)
Click me (part 3)


And there you have it! A solution to the original problem after some (imo) very cool reductions. In fact, this problem can be solved simultaneously for every $$$k$$$ from $$$1$$$ to $$$n$$$ with the current constraints (216906416).


Addendum
But wait...

If you've seen a similar problem or have come up with a different approach to this problem, do share!

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

on fire

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

Hi Da7doo7, thanks for the problemset, are there any updates on the editorial? at least publish the completed ones.