Record Case Detail

Notes

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

Stderr

./run.sh: line 4: 34225 Segmentation fault      (core dumped) ./bank -f test-$1-reg.txt -v < test-$1-commands.txt > tmp
./run.sh: line 9: 34228 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:
132,133c132,133
< 281Bank has collected 1120 dollars in fees over20 months 5 days 71 hours 39 minutes 98 seconds.
< 281Bank has collected 470 dollars in fees over3 months 4 days 21 minutes 98 seconds.
---
> 281Bank has collected 1120 dollars in fees over 20 months 5 days 71 hours 39 minutes 98 seconds.
> 281Bank has collected 470 dollars in fees over 3 months 4 days 21 minutes 98 seconds.
139,148c139,148
< 24: asnf sent 2 dollars to mertg at 80605404034.
Non Verbose:
44,45c44,45
< 281Bank has collected 1120 dollars in fees over20 months 5 days 71 hours 39 minutes 98 seconds.
< 281Bank has collected 470 dollars in fees over3 months 4 days 21 minutes 98 seconds.
---
> 281Bank has collected 1120 dollars in fees over 20 months 5 days 71 hours 39 minutes 98 seconds.
> 281Bank has collected 470 dollars in fees over 3 months 4 days 21 minutes 98 seconds.
51,60c51,60
< 24: asnf sent 2 dollars to mertg at 80605404034.

JOJ Answer

Verbose:
Non Verbose: