摘要: Problem G: 深入浅出学算法023-旋转数阵 Time Limit: 1 Sec Memory Limit: 64 MBSubmit: 4794 Solved: 955 Description 把1到n2的正整数从左上角开始由外层至中心按照顺时针方向螺旋排列 Input 输入整数n (1 < 阅读全文
posted @ 2021-05-17 17:55 Ta7KiXuoul 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Problem B: 输出双层金字塔 Time Limit: 1 Sec Memory Limit: 64 MBSubmit: 7860 Solved: 5834 Description 输出双层金字塔 Input 输入一个大于2的整数 Output 输出n层的双层金字塔 Sample Input 阅读全文
posted @ 2021-05-17 16:44 Ta7KiXuoul 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Problem A: 打印金字塔 Time Limit: 1 Sec Memory Limit: 64 MBSubmit: 10011 Solved: 6227 Description 请编写程序输出金字塔图形。 Input 输入一个正整数n。 Output 输出n层的金字塔。 Sample Inp 阅读全文
posted @ 2021-05-17 16:39 Ta7KiXuoul 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 3530: 计算高度 Time Limit: 1 Sec Memory Limit: 64 MBSubmit: 4335 Solved: 2432 Description 一球从100米高度自由落下,每次落地后反跳回原高度的一半;再落下,求它在第n次落地时,共经过多少米?第n次反弹多高?(输出保留1 阅读全文
posted @ 2021-05-17 16:34 Ta7KiXuoul 阅读(69) 评论(0) 推荐(0) 编辑