Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
パスカル。 基本
サイクル。パラメータ付きループ(for)
Module:
サイクル。パラメータ付きループ(for)
Problem
11
/17
for ループ ステートメント。九九
Problem
自然数
N
(N<=10) をキーボードから入力すると、この数の乗算表を出力するプログラムを作成する必要があります (たとえば、
N= の場合)。 2
の場合、プログラムは次の情報を出力する必要があります。 <プレ> 2*1=2 2*2=4 2*3=6 2*4=8 2*5=10 2*6=12 2*7=14 2*8=16 2*9=18 2*10=20 プレ>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary