Witam, napisałem poniższy program:
t = int(input())
for i in range (0, t):
v1 = int(input())
v2 = int(input())
x = 2 * v1 * v2 / (v1+v2)
print( x )
Testując go wszystko działa jak należy. Gdzie popełniłem błąd?
created
last reply
- 4
replies
- 877
views
- 5
users
- 1
like
- 1
link