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.
Step 1: Solve it like a noob
Step 2: Be the 'Ok guy'
# count = 0# for day in range(i, j+1):# if (day-int(str(day)[::-1])) % k == 0:# count += 1# return countreturnsum((day-int(str(day)[::-1]))%k==0fordayinrange(i,j+1))
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Beautiful Days at the Movies
You are viewing a single comment's thread. Return to all comments →
Step 1: Solve it like a noob Step 2: Be the 'Ok guy'