浏览器标题切换
浏览器标题切换end
摘要: Leha somehow found an array consisting of n integers. Looking at it, he came up with a task. Two players play the game on the array. Players move one 阅读全文
posted @ 2019-12-05 23:46 抓水母的派大星 阅读(198) 评论(0) 推荐(0) 编辑
摘要: ##题意 给出n和m,n代表n个人,m代表接下去有m行数据需要进行判断。 接下去m行,每行给出数据x,y,z表示x的位置加上距离z就是y所在的位置。 输出有多少个是和前面的例子矛盾的,输出矛盾个数。 ##思路 这题是并查集的变形,也就是带权并查集,表示在俩俩合并的时候需要对于距离进行存储判断 ##注 阅读全文
posted @ 2019-12-05 23:45 抓水母的派大星 阅读(174) 评论(0) 推荐(0) 编辑