I am trying to solve the Not All Flavors(NOTALLFL) problem, I considered all cases in my code but after submitting the 4 cases give me results
- WA
- AC
- WA
- AC
please tell me what kind of test case am i getting wrong???
I am trying to solve the Not All Flavors(NOTALLFL) problem, I considered all cases in my code but after submitting the 4 cases give me results
please tell me what kind of test case am i getting wrong???
Consider the test input:
1
9 2
1 2 2 1 2 2 2 2 2
Thank you…Got it right, (My Solution), plz look at my solution and tell if there is some better technique to do it, it would be very helpful …