题解 | #牛妹的烦恼#
牛妹的烦恼
https://www.nowcoder.com/practice/e7e616bf2f00406b80b0d41e5368ee93
nn, nkl, nm = map(int, input().split()) temp = max([nn, nkl, nm]) if temp == nn: print("Python") elif temp == nkl: print("Java") else: print("C")
牛妹的烦恼
https://www.nowcoder.com/practice/e7e616bf2f00406b80b0d41e5368ee93
nn, nkl, nm = map(int, input().split()) temp = max([nn, nkl, nm]) if temp == nn: print("Python") elif temp == nkl: print("Java") else: print("C")
相关推荐