Power Transmission

(Easy Edition)

https://codeforces.com/contest/1163/problem/C1

(Hard Edition)

https://codeforces.com/contest/1163/problem/C2

题解:

C++版本一

/*
*@Author:   STZG
*@Language: C++
*/
#include <bits/stdc++.h>
#include<iostream>
#include<algorithm>
#include<cstdlib>
#include<cstring>
#include<cstdio>
#include<string>
#include<vector>
#include<bitset>
#include<queue>
#include<deque>
#include<stack>
#include<cmath>
#include<list>
#include<map>
#include<set>
//#define DEBUG
#define RI register int
#define endl "\n"
using namespace std;
typedef long long ll;
//typedef __int128 lll;
const int N=1000+10;
const int M=100000+10;
const int MOD=1e9+7;
const double PI = acos(-1.0);
const double EXP = 1E-8;
const int INF = 0x3f3f3f3f;
int t,n,m,k,p,l,r,u,v;
ll ans,cnt,flag,temp,sum;
struct node{
    double x,y;
}a[N];
double c[N<<10];
map<double,int>mp[N];
map<double,int>mmp;
int main()
{
#ifdef DEBUG
	freopen("input.in", "r", stdin);
	//freopen("output.out", "w", stdout);
#endif
    //ios::sync_with_stdio(false);
    //cin.tie(0);
    //cout.tie(0);
    //scanf("%d",&t);
    //while(t--){
    cin>>n;
    ll cnt=0,cct=0;;
    for(int i=1;i<=n;i++){
        scanf("%lf%lf",&a[i].x,&a[i].y);
        for(int j=1;j<i;j++){
            if(a[i].x==a[j].x){
                if(!mmp.count(a[i].x))
                cct++,mmp[a[i].x]=1;
            }else{
                double line=(a[i].y-a[j].y)/(a[i].x-a[j].x);
                if(!mp[i].count(line)&&!mp[j].count(line))
                    c[cnt++]=line;
                mp[i][line]=1;
                mp[j][line]=1;
            }
            //cout<<a[i].x<<' '<<a[j].x<<' '<<i<<' '<<j<<' '<<cnt<<' '<<cct<<endl;
        }
    }
    //cout<<cnt<<' '<<cct<<endl;
    sort(c,c+cnt);
    ll num=0;
    ll cot=1;
    for(int i=1;i<cnt;i++){
        if(c[i]!=c[i-1]){
            num+=(cot-1)*cot/2;
            cot=1;
        }else cot++;
    }
    num+=(cot-1)*cot/2;
    ans=(cnt)*(cnt-1)/2+(cct)*(cnt);
    cout<<ans-num<<endl;
    //}

#ifdef DEBUG
	printf("Time cost : %lf s\n",(double)clock()/CLOCKS_PER_SEC);
#endif
    //cout << "Hello world!" << endl;
    return 0;
}

C++版本二

#include<bits/stdc++.h>
using namespace std;
#define LL long long
#define PII pair<double,double>
#define PB push_back
#define POP pop_back
#define FI first
#define SE second
const int N=1e3+7,mod=1e9+7,INF=1e9;
int n,m;
struct s{
    double x,y;
}a[N];
double c[N<<10];
LL b[N<<10];
double d[N<<10];
bool cmp(s p,s q){
    if(p.x==q.x)return p.y<q.y;
    return p.x<q.x;
}
map<double,int>mp[N<<10];
map<double,int>mmp;
map<double,int>mmmp;
int main()
{
    cin>>n;
    LL cnt=0,cct=0;;
    for(int i=1;i<=n;i++){
        scanf("%lf%lf",&a[i].x,&a[i].y);
    }
    for(int i=1;i<=n;i++){
        for(int j=1;j<=n;j++){
            if(a[j].x==a[i].x&&a[j].y==a[i].y)continue;
            if(a[i].x==a[j].x){
                if(!mmp.count(a[i].x))
                cct++,mmp[a[i].x]=1;
            }
            else{
                if(!mp[i].count((a[i].y-a[j].y)/(a[i].x-a[j].x))&&!mp[j].count((a[i].y-a[j].y)/(a[i].x-a[j].x)))
                c[cnt++]=(a[i].y-a[j].y)/(a[i].x-a[j].x);
                mp[i][(a[i].y-a[j].y)/(a[i].x-a[j].x)]=1;
                mp[j][(a[i].y-a[j].y)/(a[i].x-a[j].x)]=1;
            }

            //cout<<a[i].x<<' '<<a[j].x<<' '<<i<<' '<<j<<' '<<cnt<<' '<<cct<<endl;
        }
    }
    //cout<<cnt<<' '<<cct<<endl;
    sort(c,c+cnt);
    int k=0;
    b[0]=1;d[0]=c[0];
    LL num=0;
    LL cot=1;
    for(int i=1;i<cnt;i++){
        if(c[i]!=c[i-1]){
            b[++k]=1;
            num+=(cot-1)*cot/2;
            cot=1;
        }
        else b[k]++,cot++;
    }
    num+=(cot-1)*cot/2;
    LL ans=(cnt)*(cnt-1)/2+(cct)*(cnt);
    /*
    for(int i=0;i<=k;i++){
        num+=b[k]*(b[k]-1)/2;
    }
    */
    cout<<ans-num;
    return 0;
}

 

全部评论

相关推荐

10-30 10:16
南京大学 Java
永远的鹅孝子:给南大✌️跪了
点赞 评论 收藏
分享
评论
点赞
收藏
分享
正在热议
# 25届秋招总结 #
443000次浏览 4514人参与
# 春招别灰心,我们一人来一句鼓励 #
42077次浏览 535人参与
# 北方华创开奖 #
107455次浏览 600人参与
# 地方国企笔面经互助 #
7969次浏览 18人参与
# 同bg的你秋招战况如何? #
77008次浏览 566人参与
# 实习必须要去大厂吗? #
55793次浏览 961人参与
# 阿里云管培生offer #
120355次浏览 2220人参与
# 虾皮求职进展汇总 #
116056次浏览 886人参与
# 如果你有一天可以担任公司的CEO,你会做哪三件事? #
11650次浏览 289人参与
# 实习,投递多份简历没人回复怎么办 #
2454867次浏览 34858人参与
# 提前批简历挂麻了怎么办 #
149922次浏览 1978人参与
# 在找工作求抱抱 #
906063次浏览 9421人参与
# 如果公司给你放一天假,你会怎么度过? #
4762次浏览 55人参与
# 你投递的公司有几家约面了? #
33209次浏览 188人参与
# 投递实习岗位前的准备 #
1196011次浏览 18550人参与
# 机械人春招想让哪家公司来捞你? #
157641次浏览 2267人参与
# 双非本科求职如何逆袭 #
662333次浏览 7397人参与
# 发工资后,你做的第一件事是什么 #
12793次浏览 62人参与
# 工作中,努力重要还是选择重要? #
35884次浏览 384人参与
# 简历中的项目经历要怎么写? #
86934次浏览 1516人参与
# 参加完秋招的机械人,还参加春招吗? #
20145次浏览 240人参与
# 我的上岸简历长这样 #
452046次浏览 8089人参与
牛客网
牛客企业服务