Sort by

recency

|

14 Discussions

|

  • + 1 comment

    When it comes to Chime Stimulus Check, sometimes you just need to cut the cord and call it quits. Unfortunately, many sites make it difficult to cancel your account, leaving you frustrated and with a sinking feeling that you might be stuck with the service forever.

  • + 0 comments

    search about catalan numbers

  • + 1 comment

    Kempegowda International Airport code is BLR. This airport is spread across an area of 4,000 acres near Devanahalli in Karnataka. Upon its inception in 2008, it became the first primary commercial airport in the state fully powered by solar energy.

  • + 1 comment

    Python3 solution

    import sys
    
    MAX_N = 5000
    MOD = int(1E9 + 9)
    
    def main():
        ways = [1] * (MAX_N + 1)
        for i in range(1, MAX_N + 1):
            for j in range(i):
                ways[i] += ways[j] * ways[i - 1 - j]
                ways[i] %= MOD
        t = int(input())
        for _ in range(t):
            n = int(input())
            print(ways[n] - 1)
    
    if __name__ == "__main__": 
        sys.exit(main())
    
  • [deleted]
    + 1 comment

    What a great Lucy a Get premium domains at low prices only at Sell permium domain which provide premium domains at low prices for your brand.