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

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

Hello World!

Whether you're a beginner, a pro, or somewhere in between, Coding is always for everyone. No //comments about it, so let’s spice things up with a coding contest. Coding Club NIT Silchar brings you Code Cauldron — Brew Your Code under the flag of our coding week TownHall, to develop your coding, real problem-solving abilities, and experience worth remembering.

The coding competition is open to all undergraduate programmers in India, although everyone is encouraged to participate in it. Top 3 teams will be eligible for prizes, from prize pool of 6K.

Rules:

  • A team of 1-3 members from the same college is required to participate in the contest.

  • Each team member must fill the g-form attached with the post, failure to do so will result in the team's disqualification.

  • A team must be created in Codeforces comprising of the members.

  • Each participant must have a Codeforces account.

Registration and Contest Link:

Click on this link to register yourselves. You won't be considered an official participant if you don't register here. You also have to register in the Codeforces contest for taking part.

https://forms.gle/Pts8GmzDWTd6UGMB6

Contest Time: 24th March 2023 at 21:00 IST.

Contest Link:

Click on the link below to take part in the contest. Registration for the contest will start 6 hours before the contest.

https://mirror.codeforces.com/contestInvitation/cac71a7a24a6d0ad11bfc282604d10312473d1f0

Upd: Registration on Codeforces has been started. Do it asap.

Upd: Author's solution for Problem A was wrong. Sorry for the inconvenience caused, We will announce the results after rejudging all the submissions. Thank you.

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

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

Excited for the contest!

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

Fingers crossed!

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

Best of luck to all the participants!

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

Very much excited for the contest.

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

Excited!!

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

Excited!!!

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

Auto comment: topic has been updated by SkyWalkerPS (previous revision, new revision, compare).

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

Very much excited!

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

Is registration in Google form necessary for the prize

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

Excited!!

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

All members have to fill the google form ? SkyWalkerPS

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

Is the model solution of A correct?

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

How to solve B ?

Can anyone please share their submission, it's not visible rn.

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

H is pretty much a direct copy of this problem, down to the wording used :(
It's minimum instead of maximum but that isn't a meaningful difference.

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

Auto comment: topic has been updated by SkyWalkerPS (previous revision, new revision, compare).

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

piyusheverhard please share your A?

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

A was dp or did i miss something?

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

Thanks a lot for wasting everyone's 2 hours. spent the whole contest trying to debug A :)

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

"Sorry for the inconvenience caused" — Yeah no problem, We only spent half the contest trying to see what's wrong with our A, not like it would've changed the standings much...

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

is D dp?

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

AC solution of B is giving a compilation error on my system. In line 108, 1i is written (I copied the template), and that is probably causing the error. Is it because of a lower version of C++ installed on my system or is there some other issue?