#include #include #include typedef struct{ int suspect; int place; int b; int f; int valid; }witness_t; #define MAXWITNESS 200 #define MAXSUSPECT 51 int overlap(int b0,int f0,int b1,int f1){ return !( f0