摘要:
#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
阅读(897)
评论(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
阅读(813)
评论(0)
推荐(0)

浙公网安备 33010602011771号