hackerrank---Sets - Symmetric Difference
摘要:
题目链接集合操作附上代码:1 M = int(input())2 m = set(map(int, raw_input().strip().split()))3 N = int(input())4 n = set(map(int, raw_input().strip().split()))5 tmp... 阅读全文
posted @ 2014-05-11 17:17 Stomach_ache 阅读(149) 评论(0) 推荐(0)