Notes
This function is in beta test. Please help improve it in the issues
here.
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
Verbose: 4c4 < Sender p3 is not logged in. --- > Sender p3 does not exist. 6,7c6,7 < Transaction placed at 1001: $300 from p2 to p3 at 10000. < Transaction placed at 1005: $300 from p2 to p3 at 10001. --- > Recipient p3 does not exist. > Recipient p3 does not exist. 12,13d11 < Insufficient funds to process transaction 0. < Transaction executed at 10001: $300 from p2 to p3. 20,21c18,19 < Balance: $690 < Total # of transactions: 1 --- > Balance: $1000 > Total # of transactions: 0 23,24c21 < Outgoing 1: < 1: p2 sent 300 dollars to p3 at 10001. --- > Outgoing 0: 30,35c27 < Customer p3 account summary: < Balance: $300 < Total # of transactions: 1 < Incoming 1: < 1: p2 sent 300 dollars to p3 at 10001. < Outgoing 0: --- > User p3 does not exist. 41,43c33,34 < 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 dollars in fees over 1 day. --- > There were 0 transactions that were placed between time 0 to 1000000. > 281Bank has collecte
JOJ Answer
Verbose: Non Verbose: