Record Case Detail

Notes

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

Stderr

./run.sh: line 3: 14918 Segmentation fault      (core dumped) ./bank -f test-$1-reg.txt -v < test-$1-commands.txt > tmp
./run.sh: line 7: 14920 Segmentation fault      (core dumped) ./bank -f test-$1-reg.txt < test-$1-commands.txt > tmp

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

--- tmp	2023-11-11 16:46:23.707147060 +0000
+++ test-22-output-v.txt	2023-11-11 16:46:23.259147836 +0000
@@ -33,3 +33,9 @@
 User keke logged out.
 Transaction executed at 50004010007: $1000 from keke to kulu.
 There were 0 transactions that were placed between time 50001000206 to 50001000207.
+There were 0 transactions that were placed between time 50001000206 to 50001000206.
+Summary of [10000000000, 10001000000):
+There were a total of 0 transactions, 281Bank has collected 0 dollars in fees.
+Summary of [50004000000, 50005000000):
+8: keke sent 1000 dollars to kulu at 50004010007.
+There was a total of 1 transaction, 281Bank has collected 7 dollars in fees.
--- tmp	2023-11-11 16:46:23.847146817 +0000
+++ test-22-output.txt	2023-11-11 16:46:23.255147843 +0000
@@ -1 +1,7 @@
 There were 0 transactions that were placed between time 50001000206 to 50001000207.
+There were 0 transactions that were placed between time 50001000206 to 50001000206.
+Summary of [10000000000, 10001000000):
+There were a total of 0 tran

JOJ Answer