コード例 #1
0
// BEGIN CUT HERE
int main(){
    Books test;
    test.run_test(-1);
    return 0;
}