[Special Livestream next to New York] Codeforces Pinely Round 4 (Div 1 + 2) - Solution Discussion

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 13

  • @ayushraj371
    @ayushraj371 Před měsícem +4

    C seemed easier than B for me .I need to work more on bit manipulation

  • @Entertainmentexe
    @Entertainmentexe Před měsícem

    Great Explanation Shayan!

  • @attackingzombie4885
    @attackingzombie4885 Před měsícem

    Bro your explanations are the best 🤩

  • @gameboyui
    @gameboyui Před měsícem +1

    bro please fix your mic. You are doing great job !

    • @CPwithShayan
      @CPwithShayan  Před měsícem

      I’ve bought a new mic, but in this livestream I wasn’t at home

  • @manasbiswas9249
    @manasbiswas9249 Před měsícem

    nice explanation

  • @songsuniverse4761
    @songsuniverse4761 Před měsícem

    Question C :- Failed on 2nd testcase
    Can anyone explain why this code is not working
    #include
    using namespace std;
    #define int long long
    bool check(vector& b) {
    for(int i : b) if(i != 0) return false;
    return true;
    }
    void sub(vector& b, int diff) {
    for(int i=0;i

  • @aaadcat11
    @aaadcat11 Před měsícem

    The first😀