Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
パイソン。 データの保存と処理
(Python) 配列。基本
Module:
(Python) 配列。基本
Problem
9
/11
ルールに従って配列を埋める - 1
Problem
負でない数値
N
を指定すると、配列要素の数 (
N<=20
) になります。次の規則に従って、配列に要素を格納するプログラムを作成してください。
1 2 4 8 16 32 ...
この配列の要素を、スペースで区切られた 1 行で画面に表示します。
例
<頭>
#
入力
出力
<本体>
1
5
1 2 4 8 16
表>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary