博客园 首页 私信博主 显示目录 隐藏目录 管理 动画
FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean. The warehouse has Read More
posted @ 2018-03-08 20:11 呦呦哟 Views(160) Comments(0) Diggs(0) Edit
Fibonacci数列,定义如下: f(1)=f(2)=1 f(n)=f(n-1)+f(n-2) n>=3。 计算第n项Fibonacci数值。 Input输入第一行为一个整数N,接下来N行为整数Pi(1<=Pi<=1000)。 Output输出为N行,每行为对应的f(Pi)。 Sample Inp Read More
posted @ 2018-03-08 19:30 呦呦哟 Views(129) Comments(0) Diggs(0) Edit
在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,摆放k个棋子的所有可行的摆放方案C。 Input 输入含有多组测试数据。 每组数据的第一行是两个正整数,n k,用一个空格隔开,表示了将 Read More
posted @ 2018-02-21 12:35 呦呦哟 Views(1054) Comments(0) Diggs(0) Edit
#include <iostream> #include <stdio.h> #include <math.h> #include <queue> #include <stack> #include <string.h> using namespace std; void jc(int n) { i Read More
posted @ 2018-02-14 17:33 呦呦哟 Views(479) Comments(1) Diggs(0) Edit
第一篇小博客 借鉴大佬的 https://www.cnblogs.com/Tinamei/p/4381620.html#commentform 错误肯定是会有的,望各位大佬给出意见,^--^!!!!! 都说天上不会掉馅饼,但有一天gameboy正走在回家的小径上,忽然天上掉下大把大把的馅饼。说来ga Read More
posted @ 2018-02-06 09:18 呦呦哟 Views(9576) Comments(3) Diggs(1) Edit
Live2D