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:32:18.994586944 +0000
+++ test-9-output-v.txt	2023-11-11 21:32:18.370594226 +0000
@@ -54,7 +54,7 @@
 4: keke sent 1000 dollars to kulu at 1010008.
 8: keke sent 10000 dollars to king at 101010004.
 281Bank has collected 157 dollars in fees over 2 years 1 month 1 day 1 hour 2 seconds.
-11: kulu sent 1000 dollars to yuqi at 60101010007.
 12: kulu sent 10000 dollars to king at 60101010003.
+11: kulu sent 1000 dollars to yuqi at 60101010007.
 13: yuqi sent 10000 dollars to keke at 60101010010.
 There were 3 transactions that were placed between time 60000000002 to 80101010004.
--- tmp	2023-11-11 21:32:18.994586944 +0000
+++ test-9-output.txt	2023-11-11 21:32:18.370594226 +0000
@@ -1,43 +1,3 @@
-User keke logged in.
-User dudu logged in.
-User kulu logged in.
-User king logged in.
-User yuqi logged in.
-Transaction placed at 2: $30000 from keke to dudu at 10002.
-Transaction placed at 104: $200 from keke to dudu at 10010.
-Transaction placed at 105: $300 from dudu to keke at 10007.
-Transacti

JOJ Answer