Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 102400/102400 K (Java/Others)
Total Submission(s): 925 Accepted Submission(s): 408
Problem Description
The God of sheep decides to ...
分类:
其他好文 时间:
2015-04-27 20:14:19
阅读次数:
171
大家好,今天我们学习一下如何从Elrepo或者源代码来安装最新的Linux内核4.0。代号为‘Hurr durr I'm a sheep’的Linux内核4.0是目前为止最新的主干内核。它是稳定版3.19.4之后发布的内核。4月12日是所有的开源运动爱好者的大日 子,Linux Torvalds宣布...
分类:
系统相关 时间:
2015-04-23 17:23:37
阅读次数:
180
创建一个羊类,使用static实现数羊,记录一共创建了几只羊public class oneHundredAndTwo { public static void main(String[] args) { Sheep p1 = new Sheep("喜洋洋"); S...
分类:
其他好文 时间:
2015-04-05 18:46:49
阅读次数:
86
火车:安装:$ sudo apt-get install sl输入:sl奶牛:安装:$sudo apt-get install cowsay输入:cowsay “hello world” cowsay -f sheep “I too love linux” cowsay -l字符矩阵:安装...
分类:
系统相关 时间:
2015-04-03 00:00:05
阅读次数:
448
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3046In ZJNU, there is a well-known prairie. And it attracts pleasant sheep and his companions to have a...
分类:
其他好文 时间:
2015-02-26 16:16:40
阅读次数:
153
Description描述You want to arrange the window of your flower shop in a most pleasant way. You haveFbunches of flowers, each being of a different kind, a...
分类:
其他好文 时间:
2015-02-24 13:47:45
阅读次数:
230
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2952
Counting Sheep
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2231 Accepted Subm...
分类:
其他好文 时间:
2015-02-10 00:42:44
阅读次数:
166
Pleasant sheep and big big wolf
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2254 Accepted Submission(s): 946
Problem Descriptio...
分类:
其他好文 时间:
2015-01-27 18:36:06
阅读次数:
235
题目链接:请戳这里。 题目大意及思路:读懂题意就好了,就是DFS找联通块。
没什么好说的,见代码吧。
#include
#include
#include
#define N 100+5
using namespace std;
int n,m;
char g[N][N];
int dir[4][2]={1,0,0,1,-1,0,0,-1};
void dfs(int x,int y)
...
分类:
移动开发 时间:
2015-01-21 22:38:05
阅读次数:
352
适配器模式将一个类的接口,转化成客户期望的另一个接口,适配器让原本接口不兼容的类可以合作无间public interface Sheep{ public void run(); public void ho();}public class Wolf{ public void run...
分类:
其他好文 时间:
2015-01-15 20:03:30
阅读次数:
197