My issue
when i click submit i does not submit show submission in quequed only.
Even i wait for more than 5 min code is not submit. Please check the problem and solve this problem
My code
# cook your dish here
for i in range(int(input())):
a,b,x=map(int,input().split())
s=0
for i in range(a,b,x):
s+=1
print(s)
Problem Link: CHFRICH Problem - CodeChef