Search found 1 match

by clove
Thu Aug 24, 2006 4:59 am
Forum: Volume 4 (400-499)
Topic: 483 - Word Scramble
Replies: 122
Views: 38929

483 ?? Wrong Answer.. help me!!

it's my code.
it code Wrong Answer..

[483] tab key application??

#include<stdio.h>
#include<string.h>

void main()
{
char a[100000];
int temp[100000];

int ns;
int count;
int i,j;

while( gets(a) != NULL )
{

ns = strlen(a);

count = 1;

temp[0] = 0;

for( i = 0 ; i <=ns ...

Go to advanced search