<cstdio>
<cstdio>
namespace std {
#include <stdio.h>
};
Include the standard header <cstdio> to effectively include the standard header <stdio.h> within the std namespace.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
<cstdio>
namespace std {
#include <stdio.h>
};
Include the standard header <cstdio> to effectively include the standard header <stdio.h> within the std namespace.