| ||||||||||
| 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 | |||||||||
nouse#include <stdio.h>
#include <stdlib.h>
#include <string.h>
char a[33] ;
char b[9] ;
int main()
{
int i , j , sum , num ;
scanf( "%d" , &sum ) ;
memset( b, 0 , sizeof(b) ) ;
for( i=0 ; i<sum ; i++ )
{
scanf( "%s" , a ) ;
for( j=0 ; j<32 ; j++ )
}
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator