You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API takes stdin as one of the params here.
There is no stream from terminal. The code is sent to server and result is returned. The API allows to send complete input in the same request which will be piped to your code when it runs. scanf and cin will work just fine.
Hello,
I don't see anyone mentioning the input stream for the program via Terminal simulator web.
If I have the following block code, how will the input stream enter?
The text was updated successfully, but these errors were encountered: