electrodeless

博客园 首页 新随笔 联系 订阅 管理

2022年9月26日 #

摘要: public static void main (String[]args){ for(int i=1;i<=9;i++){ for(int j=1;j<=9;j++){ System.out.print(j+"*"+i+"="+i*j+"\t"); } System.out.println(); 阅读全文
posted @ 2022-09-26 17:50 electrodeless 阅读(39) 评论(0) 推荐(0)