Блог пользователя Utkarsh.25dec

Автор Utkarsh.25dec, 2 года назад, По-английски

We invite you to participate in CodeChef’s Starters 28, this Wednesday, 2nd March, rated for Div 2, 3 & 4 Coders.

Time: 8 PM — 11:00 PM IST

Joining me on the problem setting panel are:

The video editorials of the problems will be available on our YouTube channel as soon as the contest ends. Subscribe to get notifications about our new editorials.

Also, if you have some original and engaging problem ideas, and you’re interested in them being used in CodeChef's contests, you can share them here.

Hope to see you participating. Good Luck!

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

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

Reminder: Contest starts in 25 minutes

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

Lmao, I solved CNTFRAC by calculating number of solutions to $$$wz + xy = kxz$$$ (took around 500s) and then store the answer in an array.

Brute force code
»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

In problem travelling in graph can someone help why my approach is wrong I use dsu and checking maximum node from 1 node components and adding necessary nodes till n and 1 are in same components.simlary from nth node

Spoiler