CowsTime Limit:3000MSMemory Limit:65536KTotal Submissions:13421Accepted:4442DescriptionFarmer John's cows have discovered that the clover growing alon...
分类:
编程语言 时间:
2015-01-28 17:46:09
阅读次数:
186
Cow Bowling
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
The cows don't use actual bowling balls when they go bowling. They ea...
分类:
其他好文 时间:
2015-01-28 16:07:49
阅读次数:
148
题目链接:http://poj.org/problem?id=2387
dij 注意判重边
#include
#include
#include
#include
#include
using namespace std;
const int MAXV = 4010;
const int inf = 10000000;
int map[MAXV][MAXV];
int ...
分类:
其他好文 时间:
2015-01-28 14:46:58
阅读次数:
134
有时用valgrind定位内存泄露问题时当内存泄露的位置在动态库(so)中时, 输出的调用栈为问号"???"并且没有指明源码的行号.即使尝试了加 -g 的编译参数并且程序退出前不执行dlclose,也无济于事.
==29941== 17 bytes in 1 blocks are definitely lost in loss record 29 of 197
==29941== at...
分类:
其他好文 时间:
2015-01-28 14:43:58
阅读次数:
242
E -Jumping CowsTime Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusPracticePOJ 2181DescriptionFarmer John's cows would like ...
分类:
其他好文 时间:
2015-01-27 12:56:06
阅读次数:
145
The Water Bowls
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 4623
Accepted: 1812
Description
The cows have a line of 20 water bowls from which they drink....
分类:
其他好文 时间:
2015-01-26 17:20:44
阅读次数:
134
Round Numbers
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 9565
Accepted: 3433
Description
The cows, as you know, have no fingers or thumbs and thus are...
分类:
其他好文 时间:
2015-01-26 15:14:31
阅读次数:
161
早上发现数据库报如下错误:
Successful mount of redo thread 1, with mount id 339694234
Database mounted in Exclusive Mode
Lost write protection disabled
Completed: ALTER DATABASE MOUNT
Mon Jan 26 09:12:01 2015...
分类:
其他好文 时间:
2015-01-26 10:17:04
阅读次数:
190
ExpeditionTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 7707Accepted: 2263DescriptionA group of cows grabbed a truck and ventured on an exp...
分类:
其他好文 时间:
2015-01-25 20:50:03
阅读次数:
136
Expedition
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 7696
Accepted: 2260
Description
A group of cows grabbed a truck and ventured on an expeditio...
分类:
其他好文 时间:
2015-01-24 13:12:19
阅读次数:
177