We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
# Not sure what I did wrong maybe format ? : test=int(input())#entertestcasevals=input().split()#[1,0,2,1,3,4]clean=list(map(int,vals))l=0r=1try:whiler<len(clean):print(clean[l]//clean[r])r+=2l+=2exceptZeroDivisionErrorase:print(f"Error Code:",e)print(test)exceptValueErrorasv:print(f"Error code:",v)
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Exceptions
You are viewing a single comment's thread. Return to all comments →