6 solutions
- 1
Information
- ID
- 89
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 7
- Tags
- # Submissions
- 985
- Accepted
- 241
- Uploaded By
print(int(input().split()[1]))
这是对的
a,b,c=input().split() a,b,c=int(a),int(b),int(c) if a>b and a>c : print(a) elif b>c and b>c : print(b) else: print(c)
不会
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.