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.019321146 +0000
+++ test-24-output-v.txt	2023-11-11 21:02:36.563316962 +0000
@@ -1,6 +1,6 @@
 Failed to log in mertg.
 Select a time less than three days in the future.
-Failed to log out asnf
+Failed to log out asnf.
 User mertg logged in.
 User asnf logged in.
 Failed to log in asnf.
@@ -10,7 +10,7 @@
 User asnf logged out.
 User asnf logged in.
 User asnf logged in.
-Failed to log in asnvsdf
+Failed to log in asnvsdf.
 User asnf logged in.
 Select a time less than three days in the future.
 Fraudulent transaction detected, aborting request.
@@ -19,11 +19,11 @@
 Transaction placed at 80504402236: $2000 from mertg to paoletti at 80505404434.
 Transaction placed at 80504402236: $20000 from mertg to paoletti at 80505404434.
 Transaction placed at 80504402236: $20000 from mertg to asnf at 80506404434.
+Fraudulent transaction detected, aborting request.
+Fraudulent transaction detected, aborting request.
 Transaction executed at 80505404434: $2000 from mertg to paoletti.
 Transaction 

JOJ Answer