Problem B

Statement
Copy Copied
Description:
Anton has the integer x. He is interested what positive integer, which doesn't exceed x, has the maximum sum of digits.

Your task is to help Anton and to find the integer that interests him. If there are several such integers, determine the biggest of them.

Input Format:
The first line contains the positive integer x (1 ≤ x ≤ 1018) — the integer which Anton has.

Output Format:
Print the positive integer which doesn't exceed x and has the maximum sum of digits. If there are several such integers, print the biggest of them. Printed integer must not contain leading zeros.

Note:
None

Evaluations

Eval IDRun IDProviderModelLangSuccessTimestampPromptResponseStdoutStderrRetry
489 20260218-065301 vertex gemini-3-pro-preview go true 2026-02-18T07:01:05.964334Z View View View View Retry