摘要: ##最大流 (洛谷 3376) #include<cstdio> #include<algorithm> #include<vector> #include<queue> #include<map> #include<set> #include<iostream> #include<cstring> 阅读全文
posted @ 2020-08-20 22:36 Luglucky 阅读(157) 评论(0) 推荐(0) 编辑
摘要: ##题目 题目背景 第二次世界大战期间,英国皇家空军从沦陷国征募了大量外籍飞行员。由皇家空军派出的每一架飞机都需要配备在航行技能和语言上能互相配合的两名飞行员,其中一名是英国飞行员,另一名是外籍飞行员。在众多的飞行员中,每一名外籍飞行员都可以与其他若干名英国飞行员很好地配合。 题目描述 一共有 nn 阅读全文
posted @ 2020-08-20 19:53 Luglucky 阅读(153) 评论(0) 推荐(0) 编辑
摘要: ##problem A ###题意 Let LCM(x,y) be the minimum positive integer that is divisible by both x and y. For example, LCM(13,37)=481, LCM(9,6)=18. You are gi 阅读全文
posted @ 2020-08-20 14:34 Luglucky 阅读(357) 评论(0) 推荐(0) 编辑