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.446593338 +0000
+++ test-10-output-v.txt	2023-11-11 21:32:18.362594319 +0000
@@ -55,9 +55,9 @@
 281Bank has collected 100 dollars in fees over 3 years 1 month 1 day 1 hour 2 seconds.
 281Bank has collected 276 dollars in fees over 5 years 1 month 1 day 1 hour 2 seconds.
 6: king sent 2000 dollars to keke at 40001010005.
-7: dudu sent 10000 dollars to king at 40101010010.
 8: keke sent 1000 dollars to king at 40101010004.
-9: dudu sent 1000 dollars to keke at 50101010012.
+7: dudu sent 10000 dollars to king at 40101010010.
 10: dudu sent 10000 dollars to kulu at 50101010007.
+9: dudu sent 1000 dollars to keke at 50101010012.
 12: kulu sent 1000 dollars to king at 60101010003.
 There were 6 transactions that were placed between time 40000001002 to 60101010004.
--- tmp	2023-11-11 21:32:18.450593292 +0000
+++ test-10-output.txt	2023-11-11 21:32:18.362594319 +0000
@@ -1,43 +1,3 @@
-User keke logged in.
-User dudu logged in.
-User kulu logged in.
-User king logged in.
-User yuqi logged i

JOJ Answer