CodeChef: Kitchen Timings Get link Facebook X Pinterest Email Other Apps January 01, 2023 Question :- https://www.codechef.com/problems/KITCHENTIMESolution:-n = int(input())for i in range(0,n): a,b = input().split(' ') a= int(a) b = int(b) print(b-a) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment