Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
21763
.
Maximum digit in octal ss
Задача
Темы:
Разные системы счисления
Given a natural number
N
. It is necessary to find the maximum digit of the given number when it is written in the octal number system.
Input
The input is a natural number
N
(
\(N<=255\)
).
Imprint
Display the answer to the problem.
Examples
#
Input
Output
1
255
7
1000
ms
32 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя