Search found 1 match

by M. A. Bashar
Fri Sep 08, 2006 1:38 pm
Forum: Volume 5 (500-599)
Topic: 531 - Compromise
Replies: 73
Views: 37056

531 compromise WA

i got several WA in the prob 531...donno why..
what should i do when there isn't any lcs???
and what to do abt the blank test cases?
here's my code:

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

typedef struct {
char word[40];

}WType;

WType text1[1000];
WType text2[1000 ...

Go to advanced search