#include #include #include main() { struct chromosome *obj, *readobj(); while ((obj=readobj(stdin)) != NULL) if (obj->plist->pnumber == 0) writeobj(stdout,obj); }