发表评论取消回复
相关阅读
相关 C语言打印九九乘法表(正三角形,倒三角形)
/\正三角形\/ \include<stdio.h> int main() \{ int i,j; int n; printf("
相关 九九乘法表下半三角(C语言)
以下是C语言实现九九乘法表 include<stdio.h> int imax(int,int); void main(void) {
相关 php打印杨辉三角、金字塔、九九乘法表
php打印杨辉三角、金字塔、九九乘法表 <?php //杨辉三角,别名帕斯卡三角 function combi($n, $r) /
相关 php打印杨辉三角、金字塔、九九乘法表
php打印杨辉三角、金字塔、九九乘法表 <?php //杨辉三角,别名帕斯卡三角 function combi($n, $r) /
相关 倒三角九九乘法表
public class Main \{ public static void main(String args\[\])\{ for(int i=1;i<10;i++
还没有评论,来说两句吧...