TopCoder

User's AC Ratio

NaN% (0/0)

Submission's AC Ratio

NaN% (0/0)

Tags

Description

輸出你小學學過的九九乘法表吧!

Input Format

本題沒有輸入。

Output Format

每一行輸出格式如 1 x 1 = 1,每個字元之間都有空格,行尾沒有空格而是換行, 乘號用小寫字母X代替,並請按照1x1、1x2、1x3、......、2x1、2x2的順序, 一直輸出到9x9,注意9x9之後也要換行。

Sample Input 1

Sample Output 1

1 x 1 = 1
1 x 2 = 2
1 x 3 = 3
.....
2 x 1 = 2
2 x 2 = 4
.....
9 x 8 = 72
9 x 9 = 81

Hints

Problem Source

NEOJ Problem 206

Subtasks

No. Testdata Range Constraints Score
1 0 100

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 1000 16384 65536 1