C4996 ‘scanf‘: This function or variable may be unsafe. Consider using scanf_s instead.
问题:C4996 ‘scanf’: This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.解决方法:如下图所示,在预处理器定义中添加_CRT_SECURE_NO_WARNINGS即可...








