Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
パスカル。 基本
サブルーチン: プロシージャと関数 - 1
Module:
サブルーチン: プロシージャと関数 - 1
Problem
11
/12
数値のすべての約数
Problem
N のすべての約数をスペースで区切って 1 行に表示する手続きを作成してください。
この手順を使用して、入力されたすべての自然数 (数値は 0 まで入力、0 は入力終了の記号) に対して、現在の数値の約数を表示するプログラムを作成します。
例
<頭>
#
入力
出力
<本体>
1
10
5
6
0
1 2 5 10
15
1 2 3 6
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary