| ||||||||||
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 |
原来的输入形式In Reply To:可能是最后多了空格之类的,我们是在最后时刻改了下输入而AC了 Posted by:054100532 at 2008-10-26 23:00:57 while( scanf("%d%d", &n, &m) != EOF && ( n || m )) { for( i=0; i<n; i++ ) { scanf("%*c"); for( j=0; j<m; j++ ) scanf("%c", &tab[i][j]); } } Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator