程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> C++ >> C++入門知識 >> hdu 2112 HDU Today

hdu 2112 HDU Today

編輯:C++入門知識

hdu 2112 HDU Today


輸入當中有起點和終點相同的,所以使用map時要注意

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include
#include 
#include 
#include 
#include 
using namespace std;
const int N=205;
const int inf=1000;
mapa;

int main()
{
    int tot,i,j,k,n,ans,t,st,ed,g[N][N];
    char s1[50],s2[50];
    while(~scanf("%d",&n))
    {
        if(n==-1) break;
        for(i=0; i<=200; i++)
            for(j=0; j<=200; j++)
            {
                if(i==j) g[i][j]=0;
                else g[i][j]=inf;
            }
        tot=1;
        a.clear();
        scanf("%s %s ",s1,s2);
        if(a[s1]==0)
        {
            a[s1]=tot;
            tot++;
        }
        st=a[s1];
        if(a[s2]==0)
        {
            a[s2]=tot;
            tot++;
        }
        ed=a[s2];
        for(i=0; ig[i][k]+g[k][j])
                        g[i][j]=g[i][k]+g[k][j];
            }

        if(g[st][ed]==inf)
            printf("-1\n");
        else   printf("%d\n",g[st][ed]);
    }
    return 0;
}

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved