Пример #1
0
void Book::addPaper(Paper p) {
    bookContent[p.getNumber()] = &p;
}