Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 數據存儲和處理
(Python) 数组。基本
Module:
(Python) 数组。基本
Problem
9
/11
按规则填充数组 - 1
Problem
给定一个非负数
N
- 数组元素的数量 (
N<=20
)。编写一个程序,根据以下规则用元素填充数组:
1 2 4 8 16 32 ...
在屏幕上以空格分隔一行显示此数组的元素。
例子
<头>
#
输入
输出
东西> <正文>
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