ABC200 C - Ringo‘s Favorite Numbers 2 思维+map计数
Posted karshey
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ABC200 C - Ringo‘s Favorite Numbers 2 思维+map计数相关的知识,希望对你有一定的参考价值。
注意中途可能会爆int。
能组成<a,b>使得b-a是200的倍数的,都满足a%200=b%200;
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
#define INF 0x3f3f3f3f
#define fir(i,a,n) for(int i=a;i<=n;i++)
#define se second
const int N=1e5+10;
int n;
map<ll,ll>mp;
int main()
cin>>n;
fir(i,1,n)
int t;cin>>t;
mp[t%200]++;
ll ans=0;
for(auto u:mp)
ans+=((ll)u.se*(u.se-1)/2);//这里可能会爆int
cout<<ans;
return 0;
以上是关于ABC200 C - Ringo‘s Favorite Numbers 2 思维+map计数的主要内容,如果未能解决你的问题,请参考以下文章
正则表达式把所有Paul替换成Ringo:Paul Puala Pualine paul Paul