Search found 1 match

by Royce Lu
Sat Oct 12, 2002 11:44 am
Forum: Volume 102 (10200-10299)
Topic: 10260 - Soundex
Replies: 30
Views: 16737

10260 - Soundex

I don't know why I always recieve WA . :cry:
Could someone give me some data?
thanks!! :)


Here is my code :

//@BEGIN_OF_SOURCE_CODE
#include <stdio.h>
void main(){
char array[25];

int i=0;
int printbuffer=0,temp=0;
while(gets(array)){
if(array[0]=='\0')
break;
for(i=0;array !='\0';i ...

Go to advanced search