Codeforces round 884 | Problem A-D | D. row major | C. particles | B. permutation & primes

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • A: Subtraction game
    B: permutation & primes
    c: particles
    D: row major
    #codeforces
    #coding
    #code

КОМЕНТАРІ • 14

  • @Acodedaily
    @Acodedaily  Рік тому +1

    discord: discord.com/invite/H8TeFjvq6z

  • @vivekmanwar4658
    @vivekmanwar4658 Рік тому +3

    Excellent and very clearly explained🔥🔥🔥❤❤

  • @shri9229
    @shri9229 Рік тому +2

    how to increasing the solving speed, I went for very wrong ideas on question number C which took a lot of my time and D took time as well, how to solve problems faster in contest, solved all 4 but slowly.

    • @Acodedaily
      @Acodedaily  Рік тому +2

      it would come with practice, while practicing you can actually try to note down your time and keep a log of the same so you can track your progress.

  • @mahfuzswe
    @mahfuzswe Рік тому +3

    Thanks
    it would be *round 884

  • @lakshyasharma3723
    @lakshyasharma3723 5 місяців тому

    Hey! may you help me why my code is showing wrong answer on test case 2 . Output of my code on wrong test case is same as yours, also on other test cases.
    #include
    using namespace std;
    #define int long long
    vectordivisors(int n){vectorv;for(int i=1;i*i>n;
    vectorv;
    v=divisors(n);
    int t=v.size();
    int cnt=0;
    int j=0;
    // for(int i=0;i

  • @thebhagwabilla
    @thebhagwabilla Рік тому

    so much audio problem i dont even want to watch this video anymore

  • @undefined_exception_0
    @undefined_exception_0 Рік тому

    and what about remaining problems ??

    • @Acodedaily
      @Acodedaily  Рік тому

      Which one do you need?

    • @undefined_exception_0
      @undefined_exception_0 Рік тому

      @@Acodedaily all the remaining

    • @Acodedaily
      @Acodedaily  Рік тому

      @@undefined_exception_0 you can ask about those in discord. on the channel we try to post the ones we are able to do during the contest, and E onwards were looking a bit out of league rn.

    • @undefined_exception_0
      @undefined_exception_0 Рік тому

      @@Acodedaily thanks sir

  • @ajeetstationajeet
    @ajeetstationajeet Рік тому

    i think there is no need of making videos sir you can just put directly editorial or code we can understand it