Số lẻ lớn nhất

View as PDF

Submit solution

Points: 5.00 (partial)
Time limit: 3.0s
Memory limit: 500M
Python 3 488M
Input: stdin
Output: stdout

Problem types
Allowed languages
C++, Python, scratch-run

Cho số nguyên ~N~. Tìm số lẻ lớn nhất mà nhỏ hơn hoặc bằng ~N~

Mô tả đầu vào

1 dòng duy nhất chứa số nguyên ~N~

Ràng buộc

~1 \le N \le 1.000.000.000.000.000~.

Mô tả đầu ra

In ra số lẻ lớn nhất mà nhỏ hơn hoặc bằng ~N~

Sample Input

2

Sample Output

1

Comments

Please read the guidelines before commenting.