摘要: 时间限制:1秒 空间限制:32768K 热度指数:9035 算法知识视频讲解 题目描述 数列的第一项为n,以后各项为前一项的平方根,求数列的前m项的和。 输入描述: 输入数据有多组,每组占一行,由两个整数n(n < 10000)和m(m < 1000)组成,n和m的含义如前所述。 输出描述: 对于每 阅读全文
posted @ 2017-10-21 15:55 P_langen 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 公约数和公倍数 时间限制:1000 ms | 内存限制:65535 KB 难度:1 公约数和公倍数 时间限制:1000 ms | 内存限制:65535 KB 难度:1 #include <stdio.h>#include <stdlib.h>#include <math.h> int main(in 阅读全文
posted @ 2017-10-21 15:22 P_langen 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 韩信点兵 时间限制:3000 ms | 内存限制:65535 KB 难度:1 韩信点兵 时间限制:3000 ms | 内存限制:65535 KB 难度:1 #include <stdio.h>#include <stdlib.h>#include <math.h> int main(int argc 阅读全文
posted @ 2017-10-21 14:54 P_langen 阅读(129) 评论(0) 推荐(0) 编辑