文件名称:Addition-formulas-table
介绍说明--下载内容均来自于网络,请自行研究使用
输入 1 个正整数 n(1≤n≤10), 输出一张 20 以内的加法口诀表. 加数与被加数都不大于
n, 分列第一行和第一列.(将加数、被加数、和放入一个二维数组中, 再输出该数组)-Enter a positive integer n (1 ≤ n ≤ 10), the output of the addition formulas within a 20 table. Addends is not greater than n, breakdown of the first row and first column. (Addend, summand, and placed in a two-dimensional array, then the output of the array)
n, 分列第一行和第一列.(将加数、被加数、和放入一个二维数组中, 再输出该数组)-Enter a positive integer n (1 ≤ n ≤ 10), the output of the addition formulas within a 20 table. Addends is not greater than n, breakdown of the first row and first column. (Addend, summand, and placed in a two-dimensional array, then the output of the array)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Addition formulas table.c