#include<iostream>
#include<string>
using namespace std;
class book{
    private:
    string title;
    string author
}