Record Case Detail

Notes

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

Stderr

./run.sh: line 4: 33188 Segmentation fault      (core dumped) ./bank -f test-$1-reg.txt -v < test-$1-commands.txt > tmp
./run.sh: line 9: 33191 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:
49a50,56
> Summary of [50003000000, 50004000000):
> 0: momo sent 0 dollars to momo at 50003000000.
> 1: momo sent 12 dollars to momo at 50003000000.
> 2: momo sent 72194 dollars to momo at 50003000000.
> 3: momo sent 7298 dollars to momo at 50003000000.
> 4: momo sent 273 dollars to momo at 50003000000.
> There were a total of 5 transactions, 281Bank has collected 412 dollars in fees.
Non Verbose:
21a22,28
> Summary of [50003000000, 50004000000):
> 0: momo sent 0 dollars to momo at 50003000000.
> 1: momo sent 12 dollars to momo at 50003000000.
> 2: momo sent 72194 dollars to momo at 50003000000.
> 3: momo sent 7298 dollars to momo at 50003000000.
> 4: momo sent 273 dollars to momo at 50003000000.
> There were a total of 5 transactions, 281Bank has collected 412 dollars in fees.

JOJ Answer

Verbose:
Non Verbose: