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

Поділитися
Вставка
  • Опубліковано 7 вер 2024

КОМЕНТАРІ • 13

  • @ayushraj371
    @ayushraj371 Місяць тому +4

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

  • @Entertainmentexe
    @Entertainmentexe Місяць тому

    Great Explanation Shayan!

  • @attackingzombie4885
    @attackingzombie4885 Місяць тому

    Bro your explanations are the best 🤩

  • @gameboyui
    @gameboyui Місяць тому +1

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

    • @CPwithShayan
      @CPwithShayan  Місяць тому

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

  • @manasbiswas9249
    @manasbiswas9249 Місяць тому

    nice explanation

  • @songsuniverse4761
    @songsuniverse4761 Місяць тому

    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 Місяць тому

    The first😀