码迷,mamicode.com
首页 >  
搜索关键字:status    ( 12970个结果
bzoj 1004 1004: [HNOI2008]Cards burnside定理
1004: [HNOI2008]CardsTime Limit: 10 SecMemory Limit: 162 MBSubmit: 1668Solved: 978[Submit][Status]Description小春现在很清闲,面对书桌上的N张牌,他决定给每张染色,目前小春只有3种颜色:红色,...
分类:其他好文   时间:2014-08-01 04:50:31    阅读次数:339
mysql那些招
show table statusmysql官方文档在http://dev.mysql.com/doc/refman/5.1/en/show-table-status.html这里的rows行是表的行数,但是实际上是不准的。myisam是准的,其他的存储引擎是不准的。要准确的行数就需要使用count...
分类:数据库   时间:2014-08-01 04:39:21    阅读次数:253
分拆素数和 埃氏筛法
分拆素数和 Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Practice HDU 2098 Description 把一个偶数拆成两个不同素数的和,有几种拆法呢? Input 输入包含一些正的偶数,其值不会超过10000,个数不...
分类:其他好文   时间:2014-07-31 23:55:50    阅读次数:279
OJ 之 FATE
- FATECrawling in process... Crawling failed Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 2159Descr....
分类:其他好文   时间:2014-07-31 23:39:50    阅读次数:194
CodeIgniter $this->db->where()的自定义语句写法问题
.自定义字符串:你可以手动的编写子句:$where="name='Joe' AND status='boss' OR status='active'";$this->db->where($where);不知道大家去验证过没,我测试的时候蛋疼的发现它生成的SQL语句居然是:SELECT * FROM ...
分类:数据库   时间:2014-07-31 19:42:37    阅读次数:829
LightOJ 1205 Palindromic Numbers
数位DP。。。。 Palindromic Numbers Time Limit: 2000MS Memory Limit: 32768KB 64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   Description A palindro...
分类:其他好文   时间:2014-07-31 03:04:56    阅读次数:247
POJ 3252 Round Numbers
Round Numbers Time Limit: 2000MS   Memory Limit: 65536KB   64bit IO Format: %I64d & %I64u [Submit]   [Go Back]   [Status]   Description The cows, as you know, have no...
分类:其他好文   时间:2014-07-31 00:08:55    阅读次数:350
单链表练习
//code:#include#includeusing namespace std;typedef int status;typedef int elemType;typedef struct lNode{elemType num;struct lNode *next;}lNode,*linkNo...
分类:其他好文   时间:2014-07-30 23:13:45    阅读次数:189
测试赛A - Colored Sticks(并查集+字典树+欧拉回路)
A - Colored Sticks Time Limit:5000MS     Memory Limit:128000KB     64bit IO Format:%I64d & %I64u Submit Status Description You are given a bunch of wooden sticks. Each endpoint of each...
分类:其他好文   时间:2014-07-30 17:45:54    阅读次数:246
测试赛B - Balance(天平的dp问题)
B - Balance Time Limit:1000MS     Memory Limit:30000KB     64bit IO Format:%I64d & %I64u Submit Status Description Gigel has a strange "balance" and he wants to poise it. Actually, t...
分类:其他好文   时间:2014-07-30 17:45:24    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!