Wooden Sticks
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 2471 Accepted Submission(s): 955
Problem Description...
分类:
其他好文 时间:
2015-04-24 09:17:24
阅读次数:
129
图结构练习——BFS——从起始点到目标点的最短步数
Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
在古老的魔兽传说中,有两个军团,一个叫天灾,一个叫近卫。在他们所在的地域,有n个隘口,编号为1..n,某些隘口之间是有通道连接的。其中近卫军团在1号隘口,天灾军团在n号隘口。某一天,天灾...
分类:
其他好文 时间:
2015-04-24 09:14:52
阅读次数:
126
G - 免费馅饼
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u
Submit Status Practice HDU 1176
Description
都说天上不会掉馅饼,但有一天gameboy正走在回家的小径上,忽然天上掉下大把大把的馅饼。说来gameboy的人品实在是太好了,这馅饼别处都不掉...
分类:
其他好文 时间:
2015-04-24 09:13:06
阅读次数:
134
H - Tickets
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u
Submit Status Practice HDU 1260
Description
Jesus, what a great movie! Thousands of people are rushing to the cin...
分类:
其他好文 时间:
2015-04-24 09:07:26
阅读次数:
148
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3757
题面:
Strange Country II
Time Limit: 1 Second Memory Limit: 32768 KB Special Judge
You want to visit a st...
分类:
其他好文 时间:
2015-04-24 09:05:43
阅读次数:
164
FZU - 1920
Left Mouse Button
Time Limit: 1000MS
Memory Limit: 32768KB
64bit IO Format: %I64d & %I64u
Submit Status
Description
Mine sweeper is a very popular small g...
分类:
其他好文 时间:
2015-04-24 09:03:21
阅读次数:
160
猜数字#include<stdio.h>
#include<time.h>
intmain()
{
intn,m,i=0;
srand(time(NULL));
n=rand()%100+1;
do{
printf("输入所猜的数字:");
scanf("%d",&m);
i++;
if(m>n)
printf("错误!所猜的数太大了!\n");
elseif(m<n)
printf("..
分类:
编程语言 时间:
2015-04-24 01:24:01
阅读次数:
165
查看mysql慢查询日志,发现有很多update慢查询记录#Query_time:151Lock_time:
0Rows_sent:0Rows_examined:
0updatetableset......whereid
=1;数据库配置innodb_buffer_pool_size如果用Innodb,那么这是一个重要变量。相对于MyISAM来说,Innodb对于buffer
size更敏感。MySIAM可..
分类:
数据库 时间:
2015-04-24 01:20:54
阅读次数:
245
Selecting Courses
Time Limit: 1000MS Memory Limit: 65536K
Total Submissions: 9007 Accepted: 4010
DescriptionIt is well known that it is not easy to select courses in the college, for there...
分类:
其他好文 时间:
2015-04-23 23:32:17
阅读次数:
187
There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh...
分类:
编程语言 时间:
2015-04-23 23:14:57
阅读次数:
642