#include <stdio.h> main() {int x,i; for(i=1;i<10;i++){ for(x=1;x<i;x++){ printf("%d*%d=%d ",i,x,i*x);} printf("%d*%d=%d\n",i,x,i*x); } }
中级程序员
by: minecraft 发表于:2022-05-21 15:38:11 顶(4) | 踩(3) 回复
这个好像改一下就可以在c++运行
中级程序员
by: minecraft 发表于:2022-05-21 15:38:11 顶(4) | 踩(3) 回复
这个好像改一下就可以在c++运行
回复评论