題目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
相關文章
相關標籤/搜索