摘要: #include <iostream> using namespace std; #include <iostream> int main() { int n;//测试数据组数 cin >> n; while(n --) { int m; cin >> m;//输入测试的奇数 for(int i = 阅读全文
posted @ 2021-01-19 20:37 FantasticDoulbeFish 阅读(768) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <cmath> using namespace std; int main() { int n;//定义整数 while(scanf("%d",&n)!=EOF)//输入整数n { for(int i=1;i<2*n;i++)//要打印的行数 阅读全文
posted @ 2021-01-19 19:34 FantasticDoulbeFish 阅读(702) 评论(0) 推荐(0) 编辑