Does taking input from stdin in python affects time in python as compared to simple input() function in python

前端 未结 0 1848
没有蜡笔的小新
没有蜡笔的小新 2021-01-29 02:01

I was doing a question in code forces and in one question I took input simply as t = int(input()). When I submitted it was showing time exceeded but when I added these two lines

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