Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr


        

Your Answer

Welcome to the library management system, please type your commands.
> b1 added to the system.
> b2 added to the system.
> c1 added to the system.
> Success! b1 is borrowed by c1.
> Book borrowed by c1:
1 b1
> 1 b1 borrowed
> Success! b2 is borrowed by c1.
> Book borrowed by c1:
1 b1
2 b2
> 2 b2  borrowed
> 1 c1
> Exit the system!

JOJ Answer

Welcome to the library management system, please type your commands.
> b1 added to the system.
> b2 added to the system.
> c1 added to the system.
> Success! b1 is borrowed by c1.
> Book borrowed by c1:
1 b1
> 1 b1 borrowed
> Success! b2 is borrowed by c1.
> Book borrowed by c1:
1 b1
2 b2
> 2 b2 borrowed
> 1 c1
> Exit the system!