题目1495:关键点

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h>   #define NSIZE 10010 #define MSIZE 100010   typedef struct node {     int link ;     int next ; } node ;   node data[2*MSI
相关文章
相关标签/搜索