Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Re:我是新手,请大家帮忙看一下In Reply To:Re:我是新手,请大家帮忙看一下 Posted by:schwann at 2008-04-29 08:32:10 typedef struct Node > { > char TOKEN[9]; > int sum; > Node *next; > }Node,* sqlist; 改为这样: typedef struct Node { char TOKEN[9]; int sum; struct Node *next; }Node,* sqlist; Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator