首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
Codeforces_713_A
】的更多相关文章
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 >&…