errorType / 21.py
Beuys's picture
Upload 47 files
e16247a verified
raw
history blame contribute delete
177 Bytes
sNAME,a,v = input().split
lenth = v*v/(2*a)
print("The acceleration of %s is %.2f,the take-off speed is %.2f,and the shortest take-off runway lenthe is %.2f."%(sNAME,a,v,lenth)