+ 6
Why this happen? I didn't written any input and comes an output?
I use C++ and erase all the data and see for the output and the output was given. https://code.sololearn.com/cGIQhAfN1604/?ref=app
6 ответов
+ 6
What you see is an error message.
+ 5
Compiler language is just like
A single mistake, a huge error.
Therefore, we have to look like this🔍🔍🔍🔍🔍🔍
+ 4
This is the magic of compiled languages. With a blank source code file, you always get compiler errors.
+ 2
definitely there will be an error message
+ 1
No internet sometime
+ 1
Compiler needs something to compile, else it will give an error.