10071 - Back to High School Physics: try: while True: v,t = map(int,input().split()) print(2*v*t) except EOFError: pass
No comments