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:36.799319128 +0000
+++ test-16-output-v.txt	2023-11-11 21:02:36.563316962 +0000
@@ -7,8 +7,8 @@
 User keke logged in.
 Transaction placed at 806: $3000 from keke to king at 1000406.
 User keke logged out.
-Sender keke is not logged in.
-Sender keke is not logged in.
+Fraudulent transaction detected, aborting request.
+Fraudulent transaction detected, aborting request.
 User keke logged in.
 User keke logged in.
 At the time of execution, sender and/or recipient have not registered.
@@ -18,31 +18,37 @@
 Transaction executed at 1000406: $3000 from keke to king.
 Transaction placed at 1000406: $2000 from kulu to keke at 1010007.
 User keke logged out.
+Fraudulent transaction detected, aborting request.
 Transaction executed at 1010007: $1000 from keke to dudu.
 Transaction executed at 1010007: $2000 from kulu to keke.
 Transaction executed at 3000114: $2000 from keke to dudu.
 Transaction executed at 3000605: $3000 from dudu to keke.
-Sender keke is not logged in.
-Sender keke is not log

JOJ Answer