Codeforces Round 977 (Div 2) | Video Solutions - A to C1 | by Harsh Gupta | TLE Eliminators

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

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

  • @TLE_Eliminators
    @TLE_Eliminators  3 วันที่ผ่านมา

    Please fill the feedback form of the PCD: forms.gle/wu9uLbb24R8sow6C9

  • @nownow1025
    @nownow1025 2 วันที่ผ่านมา +3

    Very good explanation for B. Very useful modulo concept

    • @nownow1025
      @nownow1025 2 วันที่ผ่านมา

      In leetcode

  • @ayushbhowate42
    @ayushbhowate42 2 วันที่ผ่านมา +1

    Best Explanations bro !!!

  • @itsshree7939
    @itsshree7939 17 ชั่วโมงที่ผ่านมา

    In B, what if the modulo achieved is from the bigger number in that case we cannot make smaller cnt from the bigger number pls clarify

  • @depressd-boy.
    @depressd-boy. วันที่ผ่านมา

    is there any problem ; i can't practics problem ; TLE eliminators webside;;;
    help me

  • @swayamprakashkar9664
    @swayamprakashkar9664 วันที่ผ่านมา

    When tle 12.0 is launching?

  • @shaiksameer263
    @shaiksameer263 3 วันที่ผ่านมา

    C2 I have done using segment tree with values l, r and flat

    • @grid4477
      @grid4477 3 วันที่ผ่านมา

      can you share your approach clearly bro? I was stuck on C2 for more than an hour.

  • @karthikgutti9370
    @karthikgutti9370 3 วันที่ผ่านมา

    can you explain the time complexity of problem B?

  • @AppMaruf
    @AppMaruf 2 วันที่ผ่านมา +1

    Problem B:
    int main(){
    ios::sync_with_stdio(0);
    cin.tie(0);
    int tc;
    cin>>tc;
    while(tc--){
    ll n,x;
    cin>>n>>x;
    vl a(n);
    for(int i=0;i>a[i];
    ll ans=0;
    sort(all(a));
    mll m;
    for(int i=0;i

  • @aritradhabal
    @aritradhabal 3 วันที่ผ่านมา

    Can we store vector b in a set and match the order with a

    • @mohammadrizabul
      @mohammadrizabul 2 วันที่ผ่านมา

      done in same way , create unique array of el of b and then match with a by using map

  • @viratdhoni1879
    @viratdhoni1879 3 วันที่ผ่านมา

    Bhai koi problem b smjha do code ke saath