#define __NODE__ struct node { int bigit; struct node *next; };