Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
番号体系
Module:
番号体系
Problem
2
/9
8 進数の最大桁 ss
Problem
自然数
N
が与えられます。与えられた数を8進数で書く場合、その最大桁数を求める必要があります。
入力
入力は自然数
N
(
\(N<=255\)
) です。
インプリント
問題の答えを表示します。
例
<頭>
#
入力
出力
<本体>
1
255
7
表>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary