0
What does it mean to submit an input when you try to run a code
2 Respostas
+ 2
Sololearn needs all the input before executing a program because it gets run on their servers for performance reasons, the one exception are web pages.
+ 1
If your code needs input, you need to put in all the inputs at the beginning.