// BEGIN CUT HERE
int main(){
    Books test;
    test.run_test(-1);
    return 0;
}