摘要: 打印倒三角 #include <bits/stdc++.h> using namespace std; char c; void print(int times){ char start = c - times; for(int i=0;i<=times;i++){ for(int j=0;j<2* 阅读全文
posted @ 2022-03-07 19:55 完全感覚Dreamer 阅读(39) 评论(0) 推荐(0)