Record Case Detail

Notes

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

Stderr


        

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

--- tmp	2023-11-11 22:32:17.888077030 +0000
+++ test-1-output-v.txt	2023-11-11 22:32:17.588076802 +0000
@@ -75,7 +75,7 @@
 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 61 dollars in fees.
+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.
 7: mertg sent 1100 dollars to paoletti at 80506000101.
--- tmp	2023-11-11 22:32:17.896077036 +0000
+++ test-1-output.txt	2023-11-11 22:32:17.596076808 +0000
@@ -1,35 +1,3 @@
-Failed to log in mertg.
-User mertg logged in.
-User momo logged in.
-User momo logged in.
-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 

JOJ Answer