diff --git a/城市地铁导航系统.c b/城市地铁导航系统.c index f11feb6..efee5b1 100644 --- a/城市地铁导航系统.c +++ b/城市地铁导航系统.c @@ -41,4 +41,21 @@ void createjz(){//创建邻接矩阵函数 } printf("\n"); } -} \ No newline at end of file +} +int main() +{ + creatnode(); + createlist(); + int n=10; + printf("正在初始化数据,请稍候!\n"); + //proc(); + printf("欢迎使用本系统!\n"); + while(n){ + printf("欢迎来到上海市地铁交通服务平台!\n"); + printf(" 最佳出行线路推荐\n"); + printf(" 退出系统!\n"); + printf("请输入!\n"); + scanf("%d",&n); + } + return 0; + }