listmapint,inputsplit和[inputsplit中I的inti有什么区别?时间复杂度有差异吗?

问题描述

列表(映射(int,input()。split()))和[input()。split()中I的int(i))之间有什么区别?

时间复杂度有差异吗?

a=list(map(int,input().split()))

a=[int(i) for i in input().split]

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)