Record Case Detail

Notes

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

Stderr

./run.sh: line 4: 34690 Segmentation fault      (core dumped) ./bank -f test-$1-reg.txt -v < test-$1-commands.txt > tmp
./run.sh: line 9: 34693 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

Verbose:
38,42d37
< 2: keke sent 3000 dollars to king at 1000406.
< 3: keke sent 1000 dollars to dudu at 1010007.
< 4: kulu sent 2000 dollars to keke at 1010007.
< 0: keke sent 2000 dollars to dudu at 3000114.
< 1: dudu sent 3000 dollars to keke at 3000605.
44c39,42
< There were a total of 6 transactions, 281Bank has collected 117 dollars in fees.
Non Verbose:
4,8d3
< 2: keke sent 3000 dollars to king at 1000406.
< 3: keke sent 1000 dollars to dudu at 1010007.
< 4: kulu sent 2000 dollars to keke at 1010007.
< 0: keke sent 2000 dollars to dudu at 3000114.
< 1: dudu sent 3000 dollars to keke at 3000605.
10c5,8
< There were a total of 6 transactions, 281Bank has collected 117 dollars in fees.

JOJ Answer

Verbose:
Non Verbose: