利用c语言写出九九乘法表(循环嵌套) 摘要:#include<stdio.h>int main(){ int a,b;//定义变量a和b。 for(a=1;a<=9;a++)//进行外循环 { for…… 文章列表 2025年10月27日 1 点赞 0 评论 16 浏览 评分:10.0