码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
Python实现__metaclass__实现方法运行时间统计
#coding:utf-8import sys,os,time,types,functools#装饰器,包裹被检测函数,并计数def timerit(func): @functools.wraps(func) def wrapper(*args,**kw): start=t...
分类:编程语言   时间:2015-04-18 01:08:22    阅读次数:322
FZU 2148 Moon Game 判断凸边形
点击打开链接 Problem 2148 Moon Game Accept: 512    Submit: 1419 Time Limit: 1000 mSec    Memory Limit : 32768 KB  Problem Description Fat brother and Maze are playing a kind of special ...
分类:其他好文   时间:2015-04-17 23:55:58    阅读次数:296
c语言合法标识符
C语言合法标识符 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 44597    Accepted Submission(s): 17933 Problem Description 输入一个字符串,判断其是否是C...
分类:编程语言   时间:2015-04-17 23:55:16    阅读次数:436
BZOJ 3676: [Apio2014]回文串 回文串自动机
裸的回文串自动机 3676: [Apio2014]回文串 Time Limit: 20 Sec  Memory Limit: 128 MB Submit: 504  Solved: 152 [Submit][Status][Discuss] Description 考虑一个只包含小写拉丁字母的字符串s。我们定义s的一个子串t的“出  现值”为t在s中的出现次数乘以t的...
分类:Windows程序   时间:2015-04-17 23:52:14    阅读次数:275
2764: [JLOI2011]基因补全
2764: [JLOI2011]基因补全Time Limit:10 SecMemory Limit:128 MBSubmit:570Solved:187[Submit][Status][Discuss]Description在生物课中我们学过,碱基组成了DNA(脱氧核糖核酸),他们分别可以用大写字母...
分类:其他好文   时间:2015-04-17 23:37:08    阅读次数:171
HDOJ 题目2586 How far away ?(LCA)
How far away ? Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 7090    Accepted Submission(s): 2578 Problem Description There are n hou...
分类:其他好文   时间:2015-04-17 22:26:19    阅读次数:156
迷宫问题
K - 迷宫问题 Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Description 定义一个二维数组:  int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, ...
分类:其他好文   时间:2015-04-17 22:22:25    阅读次数:134
HDU 2795-Billboard(线段树)
Billboard Time Limit: 20000/8000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 13015    Accepted Submission(s): 5638 Problem Description At the entranc...
分类:其他好文   时间:2015-04-17 22:21:53    阅读次数:175
Hdoj 1213 How Many Tables 【并查集】
How Many Tables Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 16590 Accepted Submission(s): 8117Problem DescriptionToday is Ignatius’ bir...
分类:其他好文   时间:2015-04-17 22:20:32    阅读次数:179
Hdoj 4027 Can you answer these queries? 【线段树】
Can you answer these queries? Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65768/65768 K (Java/Others) Total Submission(s): 9598 Accepted Submission(s): 2202Problem DescriptionA lot of...
分类:其他好文   时间:2015-04-17 20:31:24    阅读次数:140
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!