2017年9月26日

Codeforces Round #436 (Div. 2)

摘要: 传送门: http://codeforces.com/contest/864 A. Fair Game 题意:给你一个数组,判断里面是否只有两个重复的整数,个数也要相等。 1 include <iostream> 2 #include <cstdio> 3 #include <cstdlib> 4 阅读全文

posted @ 2017-09-26 22:33 P.Lifer 阅读(112) 评论(0) 推荐(0)

导航