0
Error Handling
What’s the meaning of the error in c++ “monitor dumped a core”?
1 Réponse
+ 3
Means you did not provide input when your programm required it.
At sololearn's code playground, you have to supply all the input beforehand and if the the given input lacks the required amount of input then this error occurs.
to know more about how sololearn handles input, just run this code👇
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app