
算法训练
xhran2010
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【UVa1592】数据库 DataBase
1、题目描述: 输入一个n行m列的数据库(1<=n<=10000,1<=m<=10),是否存在两个不同行r1,r2和两个不同列c1,c2,使得这两行和两列相同。 2、输入示例: 3 3 how to compete in acm icpc peter peter@qq.com how to win acm icpc michael michael@qq.c...原创 2019-03-13 18:41:57 · 396 阅读 · 0 评论 -
【UVa814】邮件传输代理的交互(SMTP模拟) The Letter Carrier's Rounds
1、题目描述: For an electronic mail application you are to describe the SMTP-based communication that takes placebetween pairs of MTAs. The sender’s User Agent gives a formatted message to the sending Me...原创 2019-03-13 20:49:50 · 1499 阅读 · 0 评论