国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

USACO2023 Feb Silver P2 COW-libi 奶牛的證詞

2023-06-30 22:02 作者:信奧賽USACO鄭老師  | 我要投稿

#include<bits/stdc++.h>

using namespace std;

typedef long long ll;

const int MAXN=100001;

int n,g;

struct graze{

? ? ll t,x,y;

};

bool cmp(const graze& x, const graze& y){

? ? ?return x.t < y.t;

}

vector<graze> allgraze;

bool innocent(const graze& a, const graze& b){

? ? return (a.x-b.x)*(a.x-b.x)+(a.y-b.y)*(a.y-b.y)>(a.t-b.t)*(a.t-b.t);

}

int main(){

? ? cin>>g>>n;

? ? for(int i=0;i<g;i++){

? ? ? ? graze tgraze;

? ? ? ? cin>>tgraze.x>>tgraze.y>>tgraze.t;

? ? ? ? allgraze.push_back(tgraze);? ? ? ??

? ? }

? ? sort(allgraze.begin(),allgraze.end(),cmp);

? ? int ans=0;

? ? for(int i=0;i<n;i++){

? ? ? ? graze tg;

? ? ? ? cin>>tg.x>>tg.y>>tg.t;

? ? ? ? int bi=upper_bound(allgraze.begin(),allgraze.end(),tg,cmp)-allgraze.begin();

? ? ? ? if(bi!=g){//check next

? ? ? ? ? ? if(innocent(allgraze[bi],tg)){

? ? ? ? ? ? ? ? ans++;

? ? ? ? ? ? ? ? continue;

? ? ? ? ? ? }

? ? ? ? }

? ? ? ? if(bi!=0){//check prev

? ? ? ? ? ? if(innocent(allgraze[bi-1],tg)){

? ? ? ? ? ? ? ? ans++;

? ? ? ? ? ? ? ? continue;

? ? ? ? ? ? }

? ? ? ? }

? ? }

? ? cout<<ans<<endl;

? ? return 0;

}


USACO2023 Feb Silver P2 COW-libi 奶牛的證詞的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
南宁市| 奇台县| 涞水县| 亳州市| 深水埗区| 重庆市| 阳曲县| 青神县| 新兴县| 辰溪县| 丹寨县| 博兴县| 阜城县| 阿拉尔市| 衡山县| 南昌县| 咸丰县| 灵山县| 高台县| 阳东县| 太康县| 桦甸市| 柞水县| 大理市| 富宁县| 曲水县| 日照市| 宜章县| 东方市| 疏附县| 日土县| 内江市| 安新县| 安图县| 桦川县| 绥宁县| 聂拉木县| 金湖县| 县级市| 江油市| 资讯 |