题解 | #牛妹的烦恼#

牛妹的烦恼

https://www.nowcoder.com/practice/e7e616bf2f00406b80b0d41e5368ee93

import sys
a,b,c=map(int,input().split())

if a>b and a>c:
    print('Python')
elif b>a and b>c:
    print('Java')
else:
    print('C')
for line in sys.stdin:
    a = line.split()
    print(int(a[0]) + int(a[1]))

if语句后加:冒号

全部评论

相关推荐

shtdbb_:还不错,没有让你做了笔试再挂你
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务