1287: 九九乘法表ck
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:66
Solved:23
Description
使用多重循环输出九九乘法表(相邻的式子之间存在一个空格)
Output
1*1=1
2*1=2 2*2=4
......
9*1=9 ...... 9*9=81
2*1=2 2*2=4
......
9*1=9 ...... 9*9=81