Codeforces Polynomial Round 2022 | Problem B: Coloring Solution | Explanation + Code | Newton School

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 34

  • @KaranMashru
    @KaranMashru ปีที่แล้ว +4

    Code :
    #include
    using namespace std;
    #define ll long long
    int main()
    {
    ll t, n, m, k, i, j, max_f, max_e;
    cin>>t;
    for(;t--;)
    {
    cin>>n>>m>>k;
    if((n%k)==0){
    max_f=n/k;
    max_e=k;
    }else{
    max_f=n/k+1;
    max_e=(n%k);
    }

    ll a[m];
    for(i=0; i>a[i];
    }
    for(i=0; imax_f){
    max_e=-1;
    break;
    }
    }
    if(max_e

  • @ayushnautiyal7965
    @ayushnautiyal7965 ปีที่แล้ว +6

    Now I understood the question and solution .In contest I was struggling to solve such a question

  • @nazibur175
    @nazibur175 10 หลายเดือนก่อน

    Good Explanation.

  • @judgebot7353
    @judgebot7353 ปีที่แล้ว

    damn you're explanation is just too good!! Thank you newton school and Karan bhaiya ♥

  • @nikhilkumarv2577
    @nikhilkumarv2577 ปีที่แล้ว +1

    super clean explanation🛐

  • @nopecharon
    @nopecharon ปีที่แล้ว

    You are top G

  • @Jquee999
    @Jquee999 4 หลายเดือนก่อน

    i cried in this problem, was not able to solve since march of this year

  • @Rajat_maurya
    @Rajat_maurya ปีที่แล้ว +3

    sir aaese question ni ho rahe...kis rating k question practice karne chaiye? Help

  • @ProntentProgrammingContent
    @ProntentProgrammingContent ปีที่แล้ว

    thanks for the video bhai

  • @MonirHossain-gr2nv
    @MonirHossain-gr2nv ปีที่แล้ว +1

    Will you make solution for problem C, D?

  • @owaissiddiquei3733
    @owaissiddiquei3733 ปีที่แล้ว

    Education round 140 question number C

  • @yashagrawal1663
    @yashagrawal1663 ปีที่แล้ว

    You are great

  • @yashvashistha6004
    @yashvashistha6004 ปีที่แล้ว +1

    Make for C,D and further

  • @akshatgosain3831
    @akshatgosain3831 ปีที่แล้ว +1

    Sir no. of colors with max frequency kyu define krna pd rha h, vo to a1 +a2 +a3...=n se apne aap hi satisfy hojaayega,,,,for eg.n=20,k=5 mei 5 se zyaada 4 frequency vaale color ka testcase is not possible kyuki a1 +a2...=n vaala constraint violate hojaayega

    • @codingcommunitynewtonschoo8582
      @codingcommunitynewtonschoo8582  ปีที่แล้ว +2

      Suppose n=19, k=7, so maximum frequency of elements could be 3 and no of such elements would be 5 and suppose frequency of elements is 3 3 3 3 3 3 1. Here also sum of frequencies is 19 but elements having maximum frequency i.e 3 is 6, which is not possible. So we have to check that. I hope you got my point.

    • @akshatgosain3831
      @akshatgosain3831 ปีที่แล้ว +1

      @@codingcommunitynewtonschoo8582 ohh got it,didnt think of this

    • @akshatgosain3831
      @akshatgosain3831 ปีที่แล้ว +1

      @@codingcommunitynewtonschoo8582 thanks sir

  • @dhirajmehta3064
    @dhirajmehta3064 ปีที่แล้ว +2

    sir your solution got hacked in this contest . so is this the right intuition behind this question?

  • @Nikhilsainiharidwar
    @Nikhilsainiharidwar ปีที่แล้ว +3

    Problem C-

  • @shripandey4120
    @shripandey4120 ปีที่แล้ว +2

    kis ka solution hack hogya?🙂

  • @vikashnitrr
    @vikashnitrr ปีที่แล้ว

    Code kha hai