Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Chef in his Office codechef solution

for _ in range(int(input())):
    a,b = map(int,input().split())
    print(a*4+b)
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Chef #Office #codechef #solution
ADD COMMENT
Topic
Name
3+7 =