- 博客(2)
- 收藏
- 关注
原创 poj2031
#include<iostream>#include<algorithm>#include<cstring>#include<math.h>#define INF 0x3f3f3f3fusing namespace std;const int N=110;double g[N][N];double dist[N];int visited[N];int n;struct Range{ double x,y,z,r;}rang...
2022-03-23 19:28:28
64
原创 2021-10-14
/*函数结果状态代码*/#define TRUE 1#define FALSE 0#define OK 1#define ERROR 0#define INFEASIBLE -1#define OVERFLOW -2#define STACK_INIT_SIZE 100 //存储空间的初始分配量#define STACKINCREMENT 10 //存储空间的分配增量typedef int Status; typedef int S
2021-10-14 11:50:35
65
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人