Codeforces_713_A】的更多相关文章

http://codeforces.com/problemset/problem/713/A 将读入的数全都存为二进制,用map保存对应的个数. #include<iostream> #include<cstring> #include<cstdio> #include<map> #define LL __int64 using namespace std; int main() { int n; map<LL,LL> mp; cin >&…