摘要: #include <iostream> #include <iomanip> #include <cmath> using namespace std; int main() { int i,j; for(i=1;i<=9;i++) { for(j=1;j<=i;j++) { if(j<i){ if 阅读全文
posted @ 2023-04-20 15:28 记得关月亮 阅读(18) 评论(0) 推荐(0)