首页
编程
java
php
前端
首页
编程
java
php
前端
Python求最大值,如何做?
a
=
map
(
int
,
input
().
split
(
','
))
print
(
max
(
a
))
点击展开全文