My issue
i didnt get that why their is 125 in 2nd test case
My code
t=int(input())
n,x,d=map(int,input().split())
b=x*5 #10
a=n//b #50-10=5
print(a+b)
Problem Link: FIZZBUZZ23_2 Problem - CodeChef
i didnt get that why their is 125 in 2nd test case
t=int(input())
n,x,d=map(int,input().split())
b=x*5 #10
a=n//b #50-10=5
print(a+b)
Problem Link: FIZZBUZZ23_2 Problem - CodeChef