摘要: 主要以OI文章为主,在右下角哦~ 阅读全文
posted @ 2020-08-15 21:40 lvwenhao20041015 阅读(31) 评论(0) 推荐(0)
摘要: (DT模拟赛系列) (切了两天作业后颓废比赛) 2020.8.4模拟赛1总结 赛制:OI (标准NOIPtg-half)时间:3.5h 题目来源:luogu sc 总分:300 得分:80+5+10=95 赛后总结: 第一次打模拟赛,95-300还是比较满意的(至少没有爆零) 分题总结: T1:比赛 阅读全文
posted @ 2020-08-08 14:24 lvwenhao20041015 阅读(70) 评论(0) 推荐(0)
摘要: 1. 6 8 1 3 1 2 3 5 5 6 4 6 2 4 4 1 3 4 View Code 阅读全文
posted @ 2020-08-13 14:35 lvwenhao20041015 阅读(53) 评论(0) 推荐(0)
摘要: 1.为什么kruskal中要写成 1 for(int i=1;i<=m;i++) 2 { 3 if(cnt==n-1) 4 { 5 return ret; 6 } 7 f1=get(a[i].u); 8 f2=get(a[i].v); 9 if(f1!=f2) 10 { 11 ret+=a[i].w 阅读全文
posted @ 2020-08-13 14:09 lvwenhao20041015 阅读(89) 评论(0) 推荐(1)
摘要: 2020.08.08:创立cnblogs博客 阅读全文
posted @ 2020-08-08 14:02 lvwenhao20041015 阅读(57) 评论(0) 推荐(0)