摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { for(int i=1;i<=9;i++){ for(int j=1;j<=i;j++){ cout<<j<<"*"<<i<<"="<<j*i<<" 阅读全文
posted @ 2022-11-25 18:43 fushuxuan1 阅读(18) 评论(0) 推荐(0)