Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 數據存儲和處理
(Python) 数组。基本
Module:
(Python) 数组。基本
Problem
10
/11
按照规则填充数组 - 2
Problem
给定一个非负数
N
- 数组元素的数量 (
N<=100
)。编写一个程序,用其数字乘积为三位数的前自然三位数填充
N
元素的数组。将填充的数组显示在一行中,元素之间用一个空格分隔。
例子
<头>
#
输入
输出
东西> <正文>
1
5
269 278 279 287 288
表>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary