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