Comments
On twosquaresGood Bye 2025 Editorial, 4 months ago
+3
Editorial problem E:

"Consider the arrays a and b before the final concatenate, so that the hidden final array is ab . Since a and b are identical, we can find where the split point in ab is using binary search on prefix sums."

I think here it's meant to be the sums of elements of a and b are equal?

Country: Tunisia

College: INSAT

Team name: Kabbout

Team members: rayenbbs MehdiBenAli boukamcha

editorial is scheduled to be posted soon, by wednesday at the latest.

As a problem setter, I hope you enjoy the problems as much as we enjoyed making them.

My solution failed on tests 74 -> 78, I'm wondering if you've found a solution that passes all tests?

On vaavenCodeforces Round #953 Editorial, 22 months ago
0

Solved it with Mo's too, though the complexity is bigger that way.

On avnithvBioCode 2024 Contest in Gym, 2 years ago
0

Thank you for the effort and the quick reply, but I actually got stuck after problem F. Are there solution sketches for the rest of the problems too?

On avnithvBioCode 2024 Contest in Gym, 2 years ago
0

Is there an editorial please?