用语言编一个下三角的9*9乘法表.

问题描述:

用语言编一个下三角的9*9乘法表.
1个回答 分类:综合 2014-11-02

问题解答:

我来补答
#include
void main()
{
int i=0,j=0;
for(i=1;i
 
 
展开全文阅读
剩余:2000