error 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.
参考:VS2015 scanf 函数报错 error C4996: ‘scanf‘
原文:https://www.cnblogs.com/jiajiayi/p/12625280.html