diff --git a/Chef and Recipe/Ayush/chefAndRecipe.py b/Chef and Recipe/Ayush/chefAndRecipe.py new file mode 100644 index 0000000..b426522 --- /dev/null +++ b/Chef and Recipe/Ayush/chefAndRecipe.py @@ -0,0 +1,28 @@ +t=int(input()) +for k in range(t): + n=int(input()) + l=list(map(int,input().split()))[:n] + i=0 + c=0 + done=[] + done1=[] + while(i