摘要: <img src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fzkres1.myzaker.com%2F201904%2F5cbedda0b15ec058f76b4711_raw.gif&refer=http%3A%2F%2Fzkre 阅读全文
posted @ 2022-11-25 19:39 chenruolin1 阅读(115) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main() { for(int i=1;i<=9;i++){ for(int j=1;j<=i;j++){ cout<<j<<"x"<<i<<"="<<j*i<<" "; } cout<<endl; } re 阅读全文
posted @ 2022-11-25 18:40 chenruolin1 阅读(18) 评论(0) 推荐(0)