📅  最后修改于: 2022-03-11 14:47:06.683000             🧑  作者: Mango
//For HackerRank and HackerEarth platform below implementation is preferred:
while True:
try :
line = input()
...
except EOFError:
break;