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

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

We invite you to participate in CodeChef’s Starters115, this Wednesday, 3rd January, rated for All.

Time: 8:00 PM — 10:30 PM IST

Joining us on the problem setting panel are:

Written editorials will be available for all on discuss.codechef.com. Pro users can find the editorials directly on the problem pages after the contest. The video editorials of the problems will be available only to Pro users.

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.

All problems except 2 are made by me. Hope you find them interesting, but constructive criticism is also appreciated. There will be a total of 11 problems, out of which 7 will be scoreable for division 1 and 8 scoreable problems for every other division.

Hope to see you participating. Good Luck!

UPD : The contest got extended by 30minutes to a total of 2.5hours.

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

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

Dominater dominating cc round setting

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

Hope this one is not guessforces and edgecaseforces like the previous one.

  • »
    »
    5 месяцев назад, # ^ |
      Проголосовать: нравится +47 Проголосовать: не нравится

    not that last round was bad or anything, but this round is definitely high quality

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

Dominater069 shared with me some of his problems in this round and they are great... Recommend to participate!

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

As a gray tester, some of the problems really scared me.

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

MridulAhi orz tester

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

This Contest is also termed as (Hello 2024) on Codechef.

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

For many of us, this was a very exciting moment where we would potentially get to write a contest with beautiful and interesting problems.

For Dominater069, however, it was a Wednesday.

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

Please try to add more sample test cases if possible. Like in last contests chef and tag problem i wasted a lot of time as i missed the point that we cannot tag in leaf Node which wouldn’t have happened if a simple sample like 1-0 would have been added
i know it’s my skill issues but still

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

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

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

I hope to become green in this round

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

pupil making contest XD

»
5 месяцев назад, # |
Rev. 2   Проголосовать: нравится +7 Проголосовать: не нравится

Hoping the problem will be well-cooked with right amount of spiciness.

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

Contest starting in little under an hour. Hope to see you participating and best of luck. Do read and try atleast the next couple of problems.

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

is it only me who cannot view problems yet?

»
5 месяцев назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится
Today's round in a picture

This apart, problems were pretty nice. Dominater069 orz.

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

Hello, I hope you liked the problemset, do leave your feedbacks.

»
5 месяцев назад, # |
Rev. 2   Проголосовать: нравится +20 Проголосовать: не нравится

Problems were really cool! Great job authors!

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

SUBSEQ1 and SUBSEQ2 are great! thanks for the problemset!

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

I liked COUNTISFUN10 and SUBSEQII, thanks! Perhaps even better if modulos in the a contest are the same.

By the way what should I do to keep hiding Live Ratings Graph after refreshing the page?

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

why tls so tight? i cry ;-;

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

    btw which TL was tight? i kept most TLs quite loose from intended solution, except for COUNTISFUN (only a 2.5x or so) but that didnt have TLE issues

    • »
      »
      »
      5 месяцев назад, # ^ |
        Проголосовать: нравится -8 Проголосовать: не нравится

      Subseq1 ;-; Due to a deficit in my IQ I was using segtree with a complexity of nlognlogn which tls. Later when I did it without segtree it gets ac

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

        can you please explain your soln. i also think of a soln using binary search with range min and rang sum query but then i realized binary search won't work.

        • »
          »
          »
          »
          »
          5 месяцев назад, # ^ |
          Rev. 4   Проголосовать: нравится 0 Проголосовать: не нравится

          i think -i am also on the same way ,why binary search will not work with lazy seg assuming no tles??

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

            fist let me explain why i'am using binary search. for a segment i .. n — 1 i'am finding j such that sum(i..j) > minele(j + 1..n — 1) but then i realize it's not monotonic.

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

Is Binary Grid Forces DSU?

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

problemset was really cool..... after so long I enjoyed participating in codechef contest !

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

In Problem Binary Grid Forces

Testcase

Which sequence of operations will form S1 as 10011.

  • »
    »
    5 месяцев назад, # ^ |
      Проголосовать: нравится +7 Проголосовать: не нравится
    1. Swap $$$S_{1,2}$$$ and $$$S_{1,3}$$$. $$$S_1 = 11001$$$.
    2. Swap $$$S_{2,3}$$$ and $$$S_{2,4}$$$. $$$S_2 = 11010$$$.
    3. Swap $$$S_{1,2}$$$ and $$$S_{1,4}$$$. $$$S_1 = 10011$$$.
»
5 месяцев назад, # |
  Проголосовать: нравится -9 Проголосовать: не нравится

Please pay $$$5,000*\text{The no of users who converted from free tire to paid tier plus Russian GST}$$$ in rupees as using codeforces blog post for commercial use

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

As a Div 4 participant, I really liked the problemset!