摘要: 博客模版上新了,把之前的存一下 禁用模版默认CSS 页面定制CSS代码: #cnblogs_post_body ul li{font:14px/2 Noto Sans SC !important}html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p, 阅读全文
posted @ 2021-07-19 15:52 24Kmagic 阅读(84) 评论(0) 推荐(0)
摘要: ##存图 ####vector #include<iostream> #include<vector> #include<algorithm> using namespace std; const int N = 100; struct Edge{ int to,value; }e; vector< 阅读全文
posted @ 2021-07-19 15:11 24Kmagic 阅读(48) 评论(0) 推荐(0)