翻译:
描述:
在这个问题中,你需要制作一个 N * N 的乘法表,就像样本一样。 第 i 行第 j 列的元素应该是 i 和 j 的乘积。
输入:
输入第一行是一个整数 C,表示测试用例的数量。
然后是 C 个测试用例。每个测试用例在上面提到的一行中包含一个整数 N (1<=N<=9)。
输出:
对于每个测试用例,打印出乘法表。
相关文章
- 10-10ZOJ Problem Set - 1402 Magnificent Meatballs
- 10-10【AGC005F】Many Easy Problems (NTT)
- 10-1013 Balls Problem
- 10-10Codeforces Contest 1079 problem C Playing Piano——枚举
- 10-10Problem C: 动物要吃饭
- 10-10easy ui 给表单元素赋值input,combobox,numberbox
- 10-10素数环(Prime Ring Problem,UVa 524)
- 10-10【Leetcode_easy】606. Construct String from Binary Tree
- 10-10【Leetcode_easy】703. Kth Largest Element in a Stream
- 10-10Matching Problem 暴力