- 博客(3)
- 收藏
- 关注
原创 校园导航(迪杰斯特拉算法)
#include <bits/stdc++.h>using namespace std;const int inf=1e9;const int maxn=100;int Map[maxn][maxn];int vis[maxn];int dis[maxn];int n,m,v;void dijstra(){ int head,tail; cout<<"起点景点:"<&...
2018-06-13 08:56:38
2906
原创 C - How Many Tables
Today is Ignatius' birthday. He invites a lot of friends. Now it's dinner time. Ignatius wants to know how many tables he needs at least. You have to notice that not all the friends know each other, a
2018-01-20 21:26:06
264
转载 车辆管理系统
#include#include#include#includeusing namespace std;class che //车基类 {public:int bianhao;// 编号int chexing;//车型 (1代表客车2卡车3小轿车)int zaikeliang;//载客量int xiangshu;//厢数 char chep
2018-01-06 13:24:33
5174
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人