0
Error Handling
Whatâs the meaning of the error in c++ âmonitor dumped a coreâ?
1 Answer
+ 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