标签: python-2.7 stdin
input=map(int,raw_input().split())
我从stdin输入了超过13,000个元素,但是在打印列表长度时,它显示它只有2048个元素。为什么会这样?它是否与输入缓冲区的大小有关?