比赛用模板

Posted sfwr-you

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了比赛用模板相关的知识,希望对你有一定的参考价值。

#include<bits/stdc++.h>
using namespace std;
int n,t,m;
int main()

    
 
int read()

    int ans=0,flg=1;
    char ch=getchar();
    while(ch<0||ch>9)if(ch==-)flg=-1;ch=getchar();
    while(ch>=0&&ch<=9)ans=ans*10+ch-0;ch=getchar();
    return ans*flg;

int find(int x)if(f[x]==x)return x;else return f[x]=find(f[x]);
int ne,head[bow];
struct nodeint nxt,to,dis;eg[bow<<1];
void node(int u,int v,int val)eg[++ne].nxt=head[u];eg[ne].to=v;eg[ne].dis=val;head[u]=ne;
int dfs(int u,int fa)

    for(int i=head[u];i;i=eg[i].nxt)if(eg[i].to!=fa)dfs(eg[i].to,u);

void spfa()
    queue<int> q;
    for(int i=1; i<=n; i++) dis[i]=INF; 
    q.push(s); dis[s]=0; vist[s]=1;
    while(!q.empty())
    int u=q.front();
    q.pop();vist[u]=0;
    for(int i=head[u];i;i=edge[i].next)
        if(dis[edge[i].to]>dis[u]+edge[i].dis)
            dis[edge[i].to]=dis[u]+edge[i].dis;
            if(vist[edge[i].to]==0)vist[edge[i].to]=1;q.push(edge[i].to);
           
    

 

以上是关于比赛用模板的主要内容,如果未能解决你的问题,请参考以下文章

HDU 1285 确定比赛名次(拓扑排序模板)

acm 比赛模板

CSS 比赛结果页面的CSS模板

蓝桥杯比赛模板

PHP iLoveIt Wordpress主题FB照片比赛页面模板

足球比赛-4