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 21:02:37.007321037 +0000
+++ test-23-output-v.txt	2023-11-11 21:02:36.559316926 +0000
@@ -65,4 +65,4 @@
 12: momo sent 10000 dollars to momo at 50002000108.
 281Bank has collected 1275 dollars in fees over 1 day 1 second.
 Summary of [50003000000, 50004000000):
-There were a total of 0 transactions, 281Bank has collected 1275 dollars in fees.
+There were a total of 0 transactions, 281Bank has collected 0 dollars in fees.
--- tmp	2023-11-11 21:02:37.011321073 +0000
+++ test-23-output.txt	2023-11-11 21:02:36.571317036 +0000
@@ -1,43 +1,3 @@
-Failed to log in mertg.
-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 momo to momo.
-Transaction placed at 50000000000: $10000 from momo to momo at 50002000001.
-Transaction placed at 50000000000: $10000 from momo to momo at 50002000002.
-Transaction placed at 50000000000: $10000 

JOJ Answer