sycamore1990的个人空间 https://bbs.codeaha.com/?4816 [收藏] [复制] [分享] [RSS]

分享

分享了一个帖子

2013-2-20 17:33
九九乘法表
sycamore1990
#include int main() { int i,j; for (i=1;i<=9;i++) {for (j=1;j<=i;j++) printf("%d*%d=%2d ",i,j,i*j); printf("\n"); } ...

评论

您需要登录后才可以评论 登录 | 立即注册

返回顶部