Problem solution in Python 2 programming. import numpy a=numpy.array(map(float,raw_input().split())) print numpy.floor(a) print ...
確定! 回上一頁