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:17.784076951 +0000
+++ test-15-output-v.txt	2023-11-11 22:32:17.584076798 +0000
@@ -8,7 +8,7 @@
 Select a time less than three days in the future.
 User keke logged out.
 Fraudulent transaction detected, aborting request.
-At the time of execution, sender and/or recipient have not registered.
+Fraudulent transaction detected, aborting request.
 User keke logged in.
 User dudu logged in.
 At the time of execution, sender and/or recipient have not registered.
--- tmp	2023-11-11 22:32:17.788076954 +0000
+++ test-15-output.txt	2023-11-11 22:32:17.596076808 +0000
@@ -1,32 +1,3 @@
-User dudu logged in.
-User keke logged in.
-User keke logged in.
-User dudu logged out.
-Recipient duuu does not exist.
-Select a time less than three days in the future.
-User keke logged in.
-Select a time less than three days in the future.
-User keke logged out.
-Fraudulent transaction detected, aborting request.
-At the time of execution, sender and/or recipient have not registered.
-User keke logged in.
-Us

JOJ Answer