题解 | 牛牛的通勤
牛牛的通勤
https://www.nowcoder.com/practice/1fe33d534843473eb086c4b42655e13d
n=int(input())
if n > (100/9):
print('v')
else:
print('w')
牛牛的通勤
https://www.nowcoder.com/practice/1fe33d534843473eb086c4b42655e13d
n=int(input())
if n > (100/9):
print('v')
else:
print('w')
相关推荐
查看12道真题和解析