Error Handling | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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