Record Case Detail

Notes

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

Stderr

./run.sh: line 4: 22664 Segmentation fault      (core dumped) ./bank -f test-$1-reg.txt -v < test-$1-commands.txt > tmp
./run.sh: line 9: 22667 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:
43c43
< There were 1 transaction that were placed between time 80301402236 to 80302402235.
---
> There was 1 transaction that was placed between time 80301402236 to 80302402235.
78,210c78,97
< 0:  sent 0 dollars to  at 0.
< 0:  sent 0 dollars to  at 0.
< 0:  sent 0 dollars to  at 0.
Non Verbose:
1,25d0
< Transaction placed at 49999999999: $10000 from momo to momo at 50000000000.
< Transaction placed at 49999999999: $10000 from momo to p3 at 50001000000.
< Transaction executed at 50000000000: $10000 from momo to momo.
< Transaction placed at 50000000000: $10000 from momo to momo at 50003000000.
< Transaction placed at 50000000000: $1000000 from momo to paoletti at 50003000000.
< Transaction placed at 50000000000: $10000 from momo to paoletti at 50003000000.
< Select a time less than three days in the future.

JOJ Answer

Verbose:
Non Verbose: