Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

nouse

Posted by huicpc11 at 2005-08-23 02:32:54 on Problem 2105
#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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator