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

Автор Arpa, история, 12 месяцев назад, По-английски

Invitation to the Go for Gold April Long Challenge!

Competitive programmers, get ready! The Go for Gold Long Challenge is back with its fourth iteration, bringing another thrilling opportunity to test your problem-solving skills and climb the leaderboard on Codeforces!

We are excited to present yet another round of engaging and challenging problems for the community. Whether you're a seasoned competitor or just starting out, this contest is designed to offer a balanced mix of difficulty levels to help everyone push their limits.

Note: We have shifted the format of the Long Challenge from ICPC-style to IOI-style, which includes subtasks in problems, so that everyone can try all of them.

Contest Details

Please join the codeforces group and register for the contest.

Why Should You Join?

  • Enhance Your Competitive Programming Skills
  • Gain Exposure to Unique Problems
  • Engage with an Active Community of Programmers

Contributors

All problems are prepared and tested by DeadlyCritic, ili, Enigma27, ludo., OIaspirant2307 and me.

You can join our Discord server for any questions.

We invite you to propose problem ideas for the next rounds. We increased our payment rates recently. Give back to the community. Thanks to ProofByContradiction_, AksLolCoding, GM_Dan4Life, lovewingbell, Muhammad-Ahmad for suggesting ideas for this contest!

The countdown has begun! Mark your calendars and prepare to GoForGold once again. We can’t wait to see your amazing submissions.

Stay tuned for more updates and happy coding!

UPD: Editorial is published.

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

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

any prize money?

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

Excited for the contest :)

»
12 месяцев назад, скрыть # |
 
Проголосовать: нравится -14 Проголосовать: не нравится

Here we go again…

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

Thanks for accepting my problem!

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

it feels nice to be in a good codeforces blog :)

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

The contest has started :)

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

Problem Statement of B is kind of misleading. In test case two for example you could by leaving out the middle point in the second area achieve a perimeter of 14. I think its supposed to say maximum connected area.

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

Is there a way to view the verdict instead of just the score (e.g. WA and TLE)?

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

I suspect that there is a problem with the judgement data of problem I, but I have no evidence.

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

As a problem author, hope you enjoy the contest : )

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

Interested to solve the problems

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

Contest is over now, so I can share my solution to A (which was my problem). I didn't think the problem was that hard, but it having the least number of solves says otherwise.

Solution