In C ++, the printf () and scanf () command need the cstdio library to work, but in Visual Studio I can run without adding them. As I send my programs to a site that does not allow this, I wanted Visual Studio to keep an eye on these things and warn me that printf()
, for example, is not included.