Record Case Detail

Notes

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

Stderr

./run.sh: line 4: 36055 Segmentation fault      (core dumped) ./bank -f test-$1-reg.txt -v < test-$1-commands.txt > tmp
./run.sh: line 9: 36058 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:
77c77,97
< 10: mertg sent 0 dollars to pao
\ No newline at end of file
---
> 10: mertg sent 0 dollars to paoletti at 80506000101.
> There were a total of 4 transactions, 281Bank has collected 41 dollars in fees.
> 5: mertg sent 2000 dollars to paoletti at 80302402234.
> 6: mertg sent 2000 dollars to paoletti at 80505404434.
Non Verbose:
40a41,65
> Summary of [80506000000, 80507000000):
> 7: mertg sent 1100 dollars to paoletti at 80506000101.
> 8: mertg sent 1 dollar to paoletti at 80506000101.
> 9: mertg sent 0 dollars to paoletti at 80506000101.
> 10: mertg sent 0 dollars to paoletti at 80506000101.
> There were a total of 4 transactions, 281Bank has collected 41 dollars in fees.
> 5: mertg sent 2000 dollars to paoletti at 80302402234.

JOJ Answer

Verbose:
Non Verbose: