题解 | #牛牛的通勤#
牛牛的通勤
https://www.nowcoder.com/practice/1fe33d534843473eb086c4b42655e13d
d = int(input())
v1 = 1
v2 = 10
t1 = d / v1
t2 = d / v2 + 10
print('w') if t1 < t2 else print('v')
#python##刷题##题解#牛牛的通勤
https://www.nowcoder.com/practice/1fe33d534843473eb086c4b42655e13d
d = int(input())
v1 = 1
v2 = 10
t1 = d / v1
t2 = d / v2 + 10
print('w') if t1 < t2 else print('v')
#python##刷题##题解#相关推荐