C. Passcode
time limit per test
15 seconds
memory limit per test
1024 megabytes
input
standard input
output
standard output
If at first you don't succeed, try, try again.
— Someone, probably...

Alice accidentally locked this problem behind a five digit passcode, but she forgot what it was. Apparently, if you get accepted, it means you've guessed the passcode correctly...

Help her figure out the passcode before it's too late!

Output

Please output Alice's passcode. It is guaranteed that:

  • The correct passcode will receive an "accepted" verdict.
  • A passcode which is incorrect but has at most five digits and is comprised of only digits will receive a "wrong answer" verdict.
  • A passcode which is malformed (too long or contains invalid characters) will receive a "wrong error" verdict on test case 1.