pat 1032. Sharing (25)

建兩條雙向鏈表,而後從後向前比較node #include<stdio.h> #define SIZE 100000 struct list{ int add; struct list *next, *forward; char key; }; struct Node{ int add,next; char key; }node[SIZE]; int ma
相關文章
相關標籤/搜索