01 2016 档案

摘要:HDU 2096 /* HDU 2096 小明A+B 水题 */ #include <cstdio> int main() { #ifdef _LOCAL freopen("D:\\input.txt", "r", stdin); #endif int a, b, c, n; scanf("%d", 阅读全文
posted @ 2016-01-24 21:32 tan90丶 阅读(191) 评论(0) 推荐(0)
摘要:HDU 2095 find your present (2) 解法一:使用set 利用set,由于只有一个为奇数次,对一个数进行查询,不在集合中则插入,在集合中则删除,最后剩下的就是结果 /* HDU 2095 find your present (2) 水题 */ #include <cstdio 阅读全文
posted @ 2016-01-23 21:20 tan90丶 阅读(194) 评论(0) 推荐(0)