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:到底怎样才行? Posted by:anonym11 at 2004-08-24 15:16:31 > 我的代码如下,display()错在哪儿了? > void display() > { > int i,j; > for(i = 1;i <= n;i ++) > { > printf(" %d: ",i-1); ~~~~~~~~~~~~~~~~~~~~~~printf("%2d: ",i-1); > if(!st[i][1]) > ; > else > for(j = 1;st[i][j];j ++) > printf(" %d",(st[i][j]-1)); > cout << endl; > } > } > Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator