Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Insurance codechef solution

for _ in range(int(input())):
    a,b = map(int,input().split())
    print(min(a,b))
Source by www.codechef.com #
 
PREVIOUS NEXT
Tagged: #Insurance #codechef #solution
ADD COMMENT
Topic
Name
8+5 =