码迷,mamicode.com
首页 >  
搜索关键字:time ctime asctime strftime strptime    ( 53995个结果
A × B problem
A × B problem Time Limit: 1000 ms   Case Time Limit: 1000 ms   Memory Limit: 64 MB Total Submission: 594   Submission Accepted: 112 Description 给你两个整数,请你计算A × B。 Input 数据的第一行是整数T(1 ≤ T ≤ 20...
分类:其他好文   时间:2014-05-05 13:05:38    阅读次数:301
[ACM] hdu 1029 Ignatius and the Princess IV (动归或hash)
Ignatius and the Princess IV Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32767K (Java/Other) Total Submission(s) : 7   Accepted Submission(s) : 3 Font: Times New Roman | Verdana | ...
分类:其他好文   时间:2014-05-05 13:01:52    阅读次数:325
poj 1182 食物链 (种类并查集)
食物链 Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 41805   Accepted: 12160 Description 动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。  现有N个动物,以1-N编号。每个动物都...
分类:其他好文   时间:2014-05-04 12:42:36    阅读次数:330
poj1598
Excuses, Excuses! Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 3615   Accepted: 1254 Description Judge Ito is having a problem with people subpoenaed fo...
分类:其他好文   时间:2014-05-03 17:10:03    阅读次数:278
[ACM] hdu 1087 Super Jumping! Jumping! Jumping! (动态规划)
Super Jumping! Jumping! Jumping! Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 6   Accepted Submission(s) : 5 Font: Times New Roman | Verdan...
分类:其他好文   时间:2014-05-03 16:47:07    阅读次数:262
[ACM] hdu 1228 A+B (字符串处理)
A + B Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 11543    Accepted Submission(s): 6699 Problem Description   读入两个小于100的正整数A和B,计...
分类:其他好文   时间:2014-05-03 16:00:57    阅读次数:270
poj1488 字符串处理
TEX Quotes Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 8505   Accepted: 4460 Description TEX is a typesetting language developed by Donald Knuth. It ta...
分类:其他好文   时间:2014-05-03 15:40:11    阅读次数:296
UVALive 3713 Astronauts
2sat....可看出每个宇航员可以有两种任务选择 (A/B) 或 C 对于每一对有矛盾的宇航员,如果属于同一年龄段 那么这两个人选择的任务不应该相同 如果属于不同的年龄段,则俩个人不能同时选择任务C Astronauts Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %l...
分类:其他好文   时间:2014-05-03 15:37:50    阅读次数:273
UVA之11549 - Calculator Conundrum
【题目】 Problem C CALCULATOR CONUNDRUM Alice got a hold of an old calculator that can display n digits. She was bored enough to come up with the following time waster. She enters a number k t...
分类:其他好文   时间:2014-05-03 15:37:03    阅读次数:308
MySQL慢查询
看到这个名称我惊呆了... SQL不是希望快速查询取得结果吗,怎么什么时候会有这个概念。 问了一个哥们,哥们认为是漫查询:同时多查询。 于是Google得出了如下结果: 慢查询其实对应的是MySQL慢查询日志系统,用来记录执行比较慢的SQL。 怎么去判断执行慢呢,MySQL中你show variables like '%quer%';时,你可以看到long_query_time 属性,对应的就是设置的比较时间。 当看到long_query_time 属性时,你同时可以看到log_slow_queries状态...
分类:数据库   时间:2014-05-03 15:23:59    阅读次数:500
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!