My issue
can you give the program for this question?
My code
T = int(input())
for_in range(T):
n=int(input())
result=n*2
print(result)
Learning course: Roadmap to 3*
Problem Link: https://www.codechef.com/learn/course/klu-roadmap-3star/KLURMP300A/problems/EZSPEAK