Record Case Detail

Notes

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

Stderr


        

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, you will still get Wrong Answer because the complete output may be longer and there might be errors in the future lines.

Please double check your code to solve this problem and try again.

Your Answer

4c4
< Sender p3 does not exist.
---
> Sender p3 is not logged in.
6,7c6,7
< Recipient p3 does not exist.
< Recipient p3 does not exist.
---
> Transaction placed at 1001: $300 from p2 to p3 at 10000.
> Transaction placed at 1005: $300 from p2 to p3 at 10001.
11a12,13
> Insufficient funds to process transaction 0.
> Transaction executed at 10001: $300 from p2 to p3.
18,19c20,21
< Balance: $1000
< Total # of transactions: 0
---
> Balance: $690
> Total # of transactions: 1
21c23,24
< Outgoing 0:
---
> Outgoing 1:
> 1: p2 sent 300 dollars to p3 at 10001.
27c30,35
< User p3 does not exist.
---
> Customer p3 account summary:
> Balance: $300
> Total # of transactions: 1
> Incoming 1:
> 1: p2 sent 300 dollars to p3 at 10001.
> Outgoing 0:
33,34c41,43
< There were 0 transactions that were placed between time 0 to 1000000.
< 281Bank has collected 0 dollars in fees over 1 day.
---
> 1: p2 sent 300 dollars to p3 at 10001.
> There was 1 transaction that was placed between time 0 to 1000000.
> 281Bank has collected 10 dolla

JOJ Answer