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:18.068077167 +0000
+++ test-24-output-v.txt	2023-11-11 22:32:17.584076798 +0000
@@ -189,7 +189,7 @@
 Summary of [80402000000, 80403000000):
 There were a total of 0 transactions, 281Bank has collected 0 dollars in fees.
 Summary of [80604000000, 80605000000):
-There were a total of 0 transactions, 281Bank has collected 680 dollars in fees.
+There were a total of 0 transactions, 281Bank has collected 0 dollars in fees.
 Summary of [80605000000, 80606000000):
 24: asnf sent 2 dollars to mertg at 80605404034.
 23: asnf sent 2 dollars to mertg at 80605404234.
--- tmp	2023-11-11 22:32:18.072077170 +0000
+++ test-24-output.txt	2023-11-11 22:32:17.588076802 +0000
@@ -1,91 +1,3 @@
-Failed to log in mertg.
-Select a time less than three days in the future.
-Failed to log out asnf.
-User mertg logged in.
-User asnf logged in.
-Failed to log in asnf.
-User asnf logged out.
-User asnf logged in.
-User asnf logged in.
-User asnf logged out.
-User asnf logged in.
-User asnf logged in.
-Failed to lo

JOJ Answer