Optimising Python I/O

后端 未结 0 1085
旧巷少年郎
旧巷少年郎 2020-12-19 08:48

In C, one can do: scanf("%d",&x); for input. In Python, one can do x = inp(). The speed of input in Python is much slower than that i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题