首页 > 其他 > 详细

vscode 配置记录

时间:2021-06-17 23:06:37      阅读:26      评论:0      收藏:0      [点我收藏+]

user snippets

	"algorithm" : {
		"prefix": "acm",
		"body": [
			"#include <iostream> \n#include <algorithm> \n#include <cstdio>\n#include <cstring>\n\nusing namespace std;\n"
			"int main(){\n#ifndef ONLINE_JUDGE\n	freopen(\"in.txt\",\"r\",stdin);\n	//freopen(\"out.txt\",\"w\",stdout);\n#endif\n	${0}\n\n	return 0;\n}"
		]
	}

vscode 配置记录

原文:https://www.cnblogs.com/lukelmouse/p/14897590.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!