How can I specify end-of-input using the terminal built into pycharm or VS Code?
I am trying to take all the input at once for competitive programming. The best way I found was the sys.stdin
(I am coding in python).
I am trying to take all the input at once for competitive programming. The best way I found was the sys.stdin
(I am coding in python).