摘要: 1.三角形 #include <iostream> using namespace std; int main() { int t; cin>>t; int n = 65; for(int i = 1;i<=t;i++){ for(int j = 1;j<=t-i;j++){ cout<<" "; 阅读全文
posted @ 2024-03-15 20:02 王一行(小号) 阅读(43) 评论(0) 推荐(0)