ostream& operator<<(ostream& out,const Sales_item &s) { out<<s.isbn<<................; return out; }