Error Handling | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Error Handling

Whatā€™s the meaning of the error in c++ ā€œmonitor dumped a coreā€?

6th Aug 2020, 11:52 AM
Kristiyan Garchev
Kristiyan Garchev - avatar
1 Resposta
+ 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
6th Aug 2020, 12:06 PM
Arsenic
Arsenic - avatar