码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
HDU 1864 最大报销额
最大报销额 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1864 最大报销额 Submit Status Practice HDU 1864 Appoi ...
分类:其他好文   时间:2017-04-16 14:03:36    阅读次数:209
HDU 1087 Super Jumping! Jumping! Jumping!
Super Jumping! Jumping! Jumping! Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1087 Super Jumping! J ...
分类:其他好文   时间:2017-04-16 12:06:42    阅读次数:201
ZOJ 3777-Problem Arrangement(状压DP)
B - Problem Arrangement Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Practice ZOJ 3777 B - Problem Arrangement Sub ...
分类:其他好文   时间:2017-04-09 11:33:21    阅读次数:223
小游戏
//程序入口 package com.practice.game; public class Test { public static void main(String[] args) { Game g = new Game(); g.startGame(); }} //游戏属性和方法 packag ...
分类:其他好文   时间:2017-04-04 15:15:26    阅读次数:199
包含min函数的栈
题目链接 要实现O(1)的复杂度,所以不能用循环等~只能使用辅助栈 Java 版本: 我的想法: 使用两个栈一个站用于存储入栈的序列,另一个栈存储当前的min值。插入一个就添加一个最小值,删除一个就删除一个最小值。 1 import java.util.Stack; 2 3 public class ...
分类:其他好文   时间:2017-04-03 19:04:16    阅读次数:188
关于form的action路径填写
一:可以是相对路径: 1、action="<%=request.getContextPath() %>/html/index.html" <%=request.getContextPath() %>表示回到应用的根目录下,再加上相对路径 2、action="/html/index.html" 表示在 ...
分类:其他好文   时间:2017-03-28 00:16:46    阅读次数:149
Openjudge 百练 / 2524 - 宗教信仰 [并查集]
URL: http://bailian.openjudge.cn/practice/2524/ URL: http://bailian.openjudge.cn/practice/2524/ 【描述】 世界上有许多宗教,你感兴趣的是你学校里的同学信仰多少种宗教。 你的学校有n名学生(0 < n <= ...
分类:其他好文   时间:2017-03-25 13:16:39    阅读次数:180
Codeforces Round #203 (Div. 2)B Resort
Resort Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 350B Resort Submit Status Practice Code ...
分类:其他好文   时间:2017-03-22 23:07:11    阅读次数:224
How nginx "location if" works
Nginx's if directive does have some weirdness in practice. And people may misuse it when they do not have enough knowledge about its behavior. In this ...
分类:其他好文   时间:2017-03-21 10:24:02    阅读次数:181
box-sizing重置
所有元素使用border-box, 并且允许元素修改其box-sizing 出处:https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ ...
分类:其他好文   时间:2017-03-13 10:10:58    阅读次数:158
1575条   上一页 1 ... 62 63 64 65 66 ... 158 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!