In general, you are asked to take an array of space-separated integers as input. I use the map here. print(list(map(int,input().split()))). Above what happens ...
確定! 回上一頁