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

Автор Vichitr, история, 5 лет назад, По-английски

Hello Codeforces,
I invite you to participate in the ICPC Amritapuri Practice Session #3 hosted on CodeDrills in coordination with ICPC Amritapuri. It would be a 1.5 hours long contest having 4 problems of varying difficulty.

Contest Details

Registration

You will need an account on CodeDrills to participate in the contest. If you have not signed up on CodeDrills yet, do so here. If you already have an account, no extra registration is required.

Prizes

  • Cash prizes of INR 35000 for top 15 ranks.
  • 1st Place — INR 5000
  • 2nd, 3rd Places — INR 4000 each
  • 4th, 5th, 6th Places — INR 3000 each
  • 7th, 8th, 9th, 10th Places — INR 2000 each
  • 11th, 12th, 13th, 14th, 15th Places — INR 1000 each
  • Only Indian participants are eligible for prizes but everyone can participate.

Special News

I hope you will enjoy solving the problems. Any feedback is appreciated after the contest.

Good Luck & Have Fun!
Hope to see you participating!!

UPD1: Editorial/solution outlines are out! Check them under Editorial tab for a particular problem!

UPD2: We have also received some feedback on penalty rules of the contest and will be looking to tweak them in future contests.

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

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

Man, 14th Feb is Valentine's day. We all will be solving problems instead of ...

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

Reminder: Contest starts in around 30 minutes!

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

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

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

Anyone got AC using NTT in the last problem Unique Strings? When I did NTT ( which runs in $$$O(n \cdot logn)$$$) I got TLE. But when I did simple brute force multiplication of polynomials (which runs in $$$O(n ^ 2)$$$ ), I got AC within $$$80 \text{ms}$$$. Ofcourse, factor of $$$26$$$ will be there in both the cases.

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

https://ideone.com/InFQ4d this is my submission for problem c city divisions. My approach is of O(n^6) by using dp can anyone please help me understand what am i doing wrong ?

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

Can anyone share their solution for city division using entirely iterative dp?

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

Any idea when will the official ICPC rounds will take place in India, this time it has been a long delay and when will the registrations start?